#B70C8E

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

Shades of Medium Violet Red #B70C8E

Tints of Medium Violet Red #B70C8E

Color information

#B70C8E (or 0xB70C8E) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0C and 8E. RGB value is (183,12,142). Sum of RGB (Red+Green+Blue) = 183+12+142=337 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.30% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70C8E is #48F371. Grayscale: #4D4D4D. Windows color (decimal): -4780914 or 9309367. OLE color: 9309367.

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

Color convert

RGB18312142-
CMYK00.930.220.28
HSL314.39º87.69%38.24%-
HSV(B)314.39º93.44%71.76%-
XYZ24.5412.2826.67-
YUV77.95164.15202.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.30%
GREEN value IS 12 (5.08% from 255) = 3.56%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=54.30%
G=3.56%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831214200.930.220.28314.3987.6938.24
HexB7C8E05D161C13a5826
Octal267142160135263447213046
Binary101101111100100011100101110110110111001001110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C8E; }

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

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

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

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

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

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

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

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