#B802B7

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

Shades of Deep Magenta #B802B7

Tints of Deep Magenta #B802B7

Color information

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

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

Color convert

RGB1842183-
CMYK00.990.010.28
HSL300.33º97.85%36.47%-
HSV(B)300.33º98.91%72.16%-
XYZ28.3413.6545.94-
YUV77.05187.8204.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.86%
GREEN value IS 2 (1.17% from 255) = 0.54%
BLUE value IS 183 (71.88% 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
Decimal184218300.990.010.28300.3397.8536.47
HexB82B706311C12c6224
Octal2702267014313445414244
Binary101110001010110111011000111111001001011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B802B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B802B7; }

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

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

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

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

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

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

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

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