#B802C9

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

Shades of Deep Magenta #B802C9

Tints of Deep Magenta #B802C9

Color information

#B802C9 (or 0xB802C9) is unknown color: approx Deep Magenta. HEX triplet: B8, 02 and C9. RGB value is (184,2,201). Sum of RGB (Red+Green+Blue) = 184+2+201=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #B802C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B802C9 is #47FD36. Grayscale: #4E4E4E. Windows color (decimal): -4717879 or 13173432. OLE color: 13173432.

HSL color Cylindrical-coordinate representation of color #B802C9: hue angle of 294.87º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B802C9 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1842201-
CMYK0.080.9900.21
HSL294.87º98.03%39.8%-
HSV(B)294.87º99%78.82%-
XYZ30.3314.4556.45-
YUV79.1196.8202.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 201 (78.91% from 255) = 51.94%
R=47.55%
G=0.52%
B=51.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18422010.080.9900.21294.8798.0339.8
HexB82C98630151276228
Octal27023111014302544714250
Binary101110001011001001100011000110101011001001111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B802C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B802C9; }

 p { color: rgb(184,2,201); }

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

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

 a { background-color: rgb(184,2,201); }

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

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

 span { border-color: rgb(184,2,201); }

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