#B70B9E

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

Shades of Medium Violet Red #B70B9E

Tints of Medium Violet Red #B70B9E

Color information

#B70B9E (or 0xB70B9E) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0B and 9E. RGB value is (183,11,158). Sum of RGB (Red+Green+Blue) = 183+11+158=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70B9E is #48F461. Grayscale: #4E4E4E. Windows color (decimal): -4781154 or 10357687. OLE color: 10357687.

HSL color Cylindrical-coordinate representation of color #B70B9E: hue angle of 308.72º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70B9E is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB18311158-
CMYK00.940.140.28
HSL308.72º88.66%38.04%-
HSV(B)308.72º93.99%71.76%-
XYZ25.8212.7833.45-
YUV79.19172.48202.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 11 (4.69% from 255) = 3.12%
BLUE value IS 158 (62.11% from 255) = 44.89%
R=51.99%
G=3.12%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831115800.940.140.28308.7288.6638.04
HexB7B9E05EE1C1355926
Octal267132360136163446513146
Binary10110111101110011110010111101110111001001101011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70B9E; }

 p { color: rgb(183,11,158); }

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

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

 a { background-color: rgb(183,11,158); }

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

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

 span { border-color: rgb(183,11,158); }

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