#B70DCB

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

Shades of Deep Magenta #B70DCB

Tints of Deep Magenta #B70DCB

Color information

#B70DCB (or 0xB70DCB) is unknown color: approx Deep Magenta. HEX triplet: B7, 0D and CB. RGB value is (183,13,203). Sum of RGB (Red+Green+Blue) = 183+13+203=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #B70DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DCB is #48F234. Grayscale: #545454. Windows color (decimal): -4780597 or 13307319. OLE color: 13307319.

HSL color Cylindrical-coordinate representation of color #B70DCB: hue angle of 293.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70DCB is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18313203-
CMYK0.100.9400.20
HSL293.68º87.96%42.35%-
HSV(B)293.68º93.6%79.61%-
XYZ30.4514.6757.73-
YUV85.49194.32197.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.86%
GREEN value IS 13 (5.47% from 255) = 3.26%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=45.86%
G=3.26%
B=50.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183132030.100.9400.20293.6887.9642.35
HexB7DCBA5E014126582a
Octal267153131213602444613052
Binary10110111110111001011101010111100101001001001101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70DCB; }

 p { color: rgb(183,13,203); }

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

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

 a { background-color: rgb(183,13,203); }

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

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

 span { border-color: rgb(183,13,203); }

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