#B80CCA

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

Shades of Deep Magenta #B80CCA

Tints of Deep Magenta #B80CCA

Color information

#B80CCA (or 0xB80CCA) is unknown color: approx Deep Magenta. HEX triplet: B8, 0C and CA. RGB value is (184,12,202). Sum of RGB (Red+Green+Blue) = 184+12+202=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #B80CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CCA is #47F335. Grayscale: #545454. Windows color (decimal): -4715318 or 13241528. OLE color: 13241528.

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

Color convert

RGB18412202-
CMYK0.090.9400.21
HSL294.32º88.79%41.96%-
HSV(B)294.32º94.06%79.22%-
XYZ30.5614.7257.11-
YUV85.09193.98198.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 12 (5.08% from 255) = 3.02%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=46.23%
G=3.02%
B=50.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184122020.090.9400.21294.3288.7941.96
HexB8CCA95E015126592a
Octal270143121113602544613152
Binary10111000110011001010100110111100101011001001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80CCA; }

 p { color: rgb(184,12,202); }

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

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

 a { background-color: rgb(184,12,202); }

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

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

 span { border-color: rgb(184,12,202); }

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