#B702B8

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

Shades of Deep Magenta #B702B8

Tints of Deep Magenta #B702B8

Color information

#B702B8 (or 0xB702B8) is unknown color: approx Deep Magenta. HEX triplet: B7, 02 and B8. RGB value is (183,2,184). Sum of RGB (Red+Green+Blue) = 183+2+184=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #B702B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702B8 is #48FD47. Grayscale: #4C4C4C. Windows color (decimal): -4783432 or 12059319. OLE color: 12059319.

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

Color convert

RGB1832184-
CMYK0.010.9900.28
HSL299.67º97.85%36.47%-
HSV(B)299.67º98.91%72.16%-
XYZ28.213.5746.48-
YUV76.87188.47203.7-

RGB Variations

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

RGB

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

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
Decimal18321840.010.9900.28299.6797.8536.47
HexB72B816301C12c6224
Octal2672270114303445414244
Binary101101111010111000111000110111001001011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B702B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B702B8; }

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

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

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

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

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

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

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

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