#B70E84

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

Shades of Medium Violet Red #B70E84

Tints of Medium Violet Red #B70E84

Color information

#B70E84 (or 0xB70E84) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0E and 84. RGB value is (183,14,132). Sum of RGB (Red+Green+Blue) = 183+14+132=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70E84 is #48F17B. Grayscale: #4D4D4D. Windows color (decimal): -4780412 or 8654519. OLE color: 8654519.

HSL color Cylindrical-coordinate representation of color #B70E84: hue angle of 318.11º 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 #B70E84 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB18314132-
CMYK00.920.280.28
HSL318.11º85.79%38.63%-
HSV(B)318.11º92.35%71.76%-
XYZ23.8512.0522.9-
YUV77.98158.49202.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.62%
GREEN value IS 14 (5.86% from 255) = 4.26%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=55.62%
G=4.26%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831413200.920.280.28318.1185.7938.63
HexB7E8405C1C1C13e5627
Octal267162040134343447612647
Binary101101111110100001000101110011100111001001111101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70E84; }

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

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

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

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

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

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

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

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