#b70dcc

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

Shades of Deep Magenta #B70DCC

Tints of Deep Magenta #B70DCC

Color information

#B70DCC (or 0xB70DCC) is unknown color: approx Deep Magenta. HEX triplet: B7, 0D and CC. RGB value is (183,13,204). Sum of RGB (Red+Green+Blue) = 183+13+204=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #B70DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70DCC is #48F233. Grayscale: #555555. Windows color (decimal): -4780596 or 13372855. OLE color: 13372855.

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

Color convert

RGB18313204-
CMYK0.100.9400.2
HSL293.4º88.02%42.55%-
HSV(B)293.4º93.63%80%-
XYZ30.5714.7158.36-
YUV85.6194.82197.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 13 (5.47% from 255) = 3.25%
BLUE value IS 204 (80.08% from 255) = 51%
R=45.75%
G=3.25%
B=51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal183132040.100.9400.2293.488.0242.55
HexB7DCCA5E014125582b
Octal267153141213602444513053
Binary10110111110111001100101010111100101001001001011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b70dcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b70dcc; }

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

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

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

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

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

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

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

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