#B6009C

Color #B6009C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B6009C

Tints of Medium Violet Red #B6009C

Color information

#B6009C (or 0xB6009C) is unknown color: approx Medium Violet Red. HEX triplet: B6, 00 and 9C. RGB value is (182,0,156). Sum of RGB (Red+Green+Blue) = 182+0+156=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B6009C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6009C is #49FF63. Grayscale: #474747. Windows color (decimal): -4849508 or 10223798. OLE color: 10223798.

HSL color Cylindrical-coordinate representation of color #B6009C: hue angle of 308.57º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6009C is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB1820156-
CMYK010.140.29
HSL308.57º100%35.69%-
HSV(B)308.57º100%71.37%-
XYZ25.2912.3532.5-
YUV72.2175.3206.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 46.15%
R=53.85%
G=0%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1820156010.140.29308.5710035.69
HexB609C064E1D1356424
Octal26602340144163546514444
Binary10110110010011100011001001110111011001101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6009C; }

 p { color: rgb(182,0,156); }

 H1.HeaderClassName
 {
   color: #B6009C;
 }
 .AnyTagClassName
 {
   color: #B6009C;
 }
</style>
background-color css

<style>
 a { background-color: #B6009C; }

 a { background-color: rgb(182,0,156); }

 div.DivClassName
 {
   background-color: #B6009C;
 }
 .BgClassName
 {
   background-color: #B6009C;
 }
</style>
border-color css

<style>
 span { border-color: #B6009C; }

 span { border-color: rgb(182,0,156); }

 td.TdClassName
 {
   border-color: #B6009C;
 }
 .TagClassName
 {
   border-color: #B6009C;
 }
</style>