#B70DC6

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

Shades of Deep Magenta #B70DC6

Tints of Deep Magenta #B70DC6

Color information

#B70DC6 (or 0xB70DC6) is unknown color: approx Deep Magenta. HEX triplet: B7, 0D and C6. RGB value is (183,13,198). Sum of RGB (Red+Green+Blue) = 183+13+198=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #B70DC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DC6 is #48F239. Grayscale: #545454. Windows color (decimal): -4780602 or 12979639. OLE color: 12979639.

HSL color Cylindrical-coordinate representation of color #B70DC6: hue angle of 295.14º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70DC6 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18313198-
CMYK0.080.9300.22
HSL295.14º87.68%41.37%-
HSV(B)295.14º93.43%77.65%-
XYZ29.8714.4354.64-
YUV84.92191.82197.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 13 (5.47% from 255) = 3.30%
BLUE value IS 198 (77.73% from 255) = 50.25%
R=46.45%
G=3.30%
B=50.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183131980.080.9300.22295.1487.6841.37
HexB7DC685D0161275829
Octal267153061013502644713051
Binary10110111110111000110100010111010101101001001111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70DC6; }

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

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

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

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

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

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

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

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