#B702B6

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

Shades of Deep Magenta #B702B6

Tints of Deep Magenta #B702B6

Color information

#B702B6 (or 0xB702B6) is unknown color: approx Deep Magenta. HEX triplet: B7, 02 and B6. RGB value is (183,2,182). Sum of RGB (Red+Green+Blue) = 183+2+182=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B702B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702B6 is #48FD49. Grayscale: #4C4C4C. Windows color (decimal): -4783434 or 11928247. OLE color: 11928247.

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

Color convert

RGB1832182-
CMYK00.990.010.28
HSL300.33º97.84%36.27%-
HSV(B)300.33º98.91%71.76%-
XYZ27.9913.4945.38-
YUV76.64187.47203.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 182 (71.48% from 255) = 49.59%
R=49.86%
G=0.54%
B=49.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183218200.990.010.28300.3397.8436.27
HexB72B606311C12c6224
Octal2672266014313445414244
Binary101101111010110110011000111111001001011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B702B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B702B6; }

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

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

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

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

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

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

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

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