#B6129C

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

Shades of Medium Violet Red #B6129C

Tints of Medium Violet Red #B6129C

Color information

#B6129C (or 0xB6129C) is unknown color: approx Medium Violet Red. HEX triplet: B6, 12 and 9C. RGB value is (182,18,156). Sum of RGB (Red+Green+Blue) = 182+18+156=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B6129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6129C is #49ED63. Grayscale: #525252. Windows color (decimal): -4844900 or 10228406. OLE color: 10228406.

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

Color convert

RGB18218156-
CMYK00.900.140.29
HSL309.51º82%39.22%-
HSV(B)309.51º90.11%71.37%-
XYZ25.5112.7832.57-
YUV82.77169.33198.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.12%
GREEN value IS 18 (7.42% from 255) = 5.06%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=51.12%
G=5.06%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821815600.900.140.29309.518239.22
HexB6129C05AE1D1365227
Octal266222340132163546612247
Binary101101101001010011100010110101110111011001101101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6129C; }

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

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

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

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

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

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

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

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