#B60CA9

Color #B60CA9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B60CA9

Tints of Deep Magenta #B60CA9

Color information

#B60CA9 (or 0xB60CA9) is unknown color: approx Deep Magenta. HEX triplet: B6, 0C and A9. RGB value is (182,12,169). Sum of RGB (Red+Green+Blue) = 182+12+169=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B60CA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60CA9 is #49F356. Grayscale: #505050. Windows color (decimal): -4846423 or 11078838. OLE color: 11078838.

HSL color Cylindrical-coordinate representation of color #B60CA9: hue angle of 304.59º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60CA9 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18212169-
CMYK00.930.070.29
HSL304.59º87.63%38.04%-
HSV(B)304.59º93.41%71.37%-
XYZ26.5813.0738.66-
YUV80.73177.82200.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 12 (5.08% from 255) = 3.31%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=50.14%
G=3.31%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821216900.930.070.29304.5987.6338.04
HexB6CA905D71D1315826
Octal26614251013573546113046
Binary1011011011001010100101011101111111011001100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60CA9; }

 p { color: rgb(182,12,169); }

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

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

 a { background-color: rgb(182,12,169); }

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

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

 span { border-color: rgb(182,12,169); }

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