#B70E96

Color #B70E96 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B70E96

Tints of Medium Violet Red #B70E96

Color information

#B70E96 (or 0xB70E96) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0E and 96. RGB value is (183,14,150). Sum of RGB (Red+Green+Blue) = 183+14+150=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70E96 is #48F169. Grayscale: #4F4F4F. Windows color (decimal): -4780394 or 9834167. OLE color: 9834167.

HSL color Cylindrical-coordinate representation of color #B70E96: hue angle of 311.72º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E96 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB18314150-
CMYK00.920.180.28
HSL311.72º85.79%38.63%-
HSV(B)311.72º92.35%71.76%-
XYZ25.1912.5829.96-
YUV80.04167.49201.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 14 (5.86% from 255) = 4.03%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=52.74%
G=4.03%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831415000.920.180.28311.7285.7938.63
HexB7E9605C121C1385627
Octal267162260134223447012647
Binary101101111110100101100101110010010111001001110001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70E96; }

 p { color: rgb(183,14,150); }

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

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

 a { background-color: rgb(183,14,150); }

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

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

 span { border-color: rgb(183,14,150); }

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