#B70CCE

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

Shades of Deep Magenta #B70CCE

Tints of Deep Magenta #B70CCE

Color information

#B70CCE (or 0xB70CCE) is unknown color: approx Deep Magenta. HEX triplet: B7, 0C and CE. RGB value is (183,12,206). Sum of RGB (Red+Green+Blue) = 183+12+206=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #B70CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B70CCE is #48F331. Grayscale: #545454. Windows color (decimal): -4780850 or 13503671. OLE color: 13503671.

HSL color Cylindrical-coordinate representation of color #B70CCE: hue angle of 292.89º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70CCE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18312206-
CMYK0.110.9400.19
HSL292.89º88.99%42.75%-
HSV(B)292.89º94.17%80.78%-
XYZ30.814.7959.62-
YUV85.24196.15197.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 12 (5.08% from 255) = 2.99%
BLUE value IS 206 (80.86% from 255) = 51.37%
R=45.64%
G=2.99%
B=51.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183122060.110.9400.19292.8988.9942.75
HexB7CCEB5E013125592b
Octal267143161313602344513153
Binary10110111110011001110101110111100100111001001011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70CCE; }

 p { color: rgb(183,12,206); }

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

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

 a { background-color: rgb(183,12,206); }

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

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

 span { border-color: rgb(183,12,206); }

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