#B702B5

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

Shades of Deep Magenta #B702B5

Tints of Deep Magenta #B702B5

Color information

#B702B5 (or 0xB702B5) is unknown color: approx Deep Magenta. HEX triplet: B7, 02 and B5. RGB value is (183,2,181). Sum of RGB (Red+Green+Blue) = 183+2+181=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B702B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B702B5 is #48FD4A. Grayscale: #4B4B4B. Windows color (decimal): -4783435 or 11862711. OLE color: 11862711.

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

Color convert

RGB1832181-
CMYK00.990.010.28
HSL300.66º97.84%36.27%-
HSV(B)300.66º98.91%71.76%-
XYZ27.8913.4544.84-
YUV76.53186.97203.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 181 (71.09% from 255) = 49.45%
R=50%
G=0.55%
B=49.45%

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
Decimal183218100.990.010.28300.6697.8436.27
HexB72B506311C12d6224
Octal2672265014313445514244
Binary101101111010110101011000111111001001011011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B702B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B702B5; }

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

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

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

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

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

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

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

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