#B60AC9

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

Shades of Deep Magenta #B60AC9

Tints of Deep Magenta #B60AC9

Color information

#B60AC9 (or 0xB60AC9) is unknown color: approx Deep Magenta. HEX triplet: B6, 0A and C9. RGB value is (182,10,201). Sum of RGB (Red+Green+Blue) = 182+10+201=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #B60AC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60AC9 is #49F536. Grayscale: #525252. Windows color (decimal): -4846903 or 13175478. OLE color: 13175478.

HSL color Cylindrical-coordinate representation of color #B60AC9: hue angle of 294.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60AC9 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18210201-
CMYK0.090.9500.21
HSL294.03º90.52%41.37%-
HSV(B)294.03º95.02%78.82%-
XYZ29.9414.3856.46-
YUV83.2194.48198.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 10 (4.30% from 255) = 2.54%
BLUE value IS 201 (78.91% from 255) = 51.15%
R=46.31%
G=2.54%
B=51.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182102010.090.9500.21294.0390.5241.37
HexB6AC995F0151265b29
Octal266123111113702544613351
Binary10110110101011001001100110111110101011001001101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60AC9; }

 p { color: rgb(182,10,201); }

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

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

 a { background-color: rgb(182,10,201); }

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

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

 span { border-color: rgb(182,10,201); }

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