#B602B8

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

Shades of Deep Magenta #B602B8

Tints of Deep Magenta #B602B8

Color information

#B602B8 (or 0xB602B8) is unknown color: approx Deep Magenta. HEX triplet: B6, 02 and B8. RGB value is (182,2,184). Sum of RGB (Red+Green+Blue) = 182+2+184=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #B602B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B602B8 is #49FD47. Grayscale: #4C4C4C. Windows color (decimal): -4848968 or 12059318. OLE color: 12059318.

HSL color Cylindrical-coordinate representation of color #B602B8: hue angle of 299.34º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B602B8 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1822184-
CMYK0.010.9900.28
HSL299.34º97.85%36.47%-
HSV(B)299.34º98.91%72.16%-
XYZ27.9613.4546.47-
YUV76.57188.63203.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.46%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 184 (72.27% from 255) = 50%
R=49.46%
G=0.54%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18221840.010.9900.28299.3497.8536.47
HexB62B816301C12b6224
Octal2662270114303445314244
Binary101101101010111000111000110111001001010111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B602B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B602B8; }

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

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

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

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

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

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

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

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