#B702C9

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

Shades of Deep Magenta #B702C9

Tints of Deep Magenta #B702C9

Color information

#B702C9 (or 0xB702C9) is unknown color: approx Deep Magenta. HEX triplet: B7, 02 and C9. RGB value is (183,2,201). Sum of RGB (Red+Green+Blue) = 183+2+201=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #B702C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702C9 is #48FD36. Grayscale: #4E4E4E. Windows color (decimal): -4783415 or 13173431. OLE color: 13173431.

HSL color Cylindrical-coordinate representation of color #B702C9: hue angle of 294.57º 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 #B702C9 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1832201-
CMYK0.090.9900.21
HSL294.57º98.03%39.8%-
HSV(B)294.57º99%78.82%-
XYZ30.0914.3356.44-
YUV78.81196.97202.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 2 (1.17% from 255) = 0.52%
BLUE value IS 201 (78.91% from 255) = 52.07%
R=47.41%
G=0.52%
B=52.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18322010.090.9900.21294.5798.0339.8
HexB72C99630151276228
Octal26723111114302544714250
Binary101101111011001001100111000110101011001001111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B702C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B702C9; }

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

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

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

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

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

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

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

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