#B70E74

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

Shades of Medium Violet Red #B70E74

Tints of Medium Violet Red #B70E74

Color information

#B70E74 (or 0xB70E74) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0E and 74. RGB value is (183,14,116). Sum of RGB (Red+Green+Blue) = 183+14+116=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70E74 is #48F18B. Grayscale: #4B4B4B. Windows color (decimal): -4780428 or 7605943. OLE color: 7605943.

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

Color convert

RGB18314116-
CMYK00.920.370.28
HSL323.79º85.79%38.63%-
HSV(B)323.79º92.35%71.76%-
XYZ22.8411.6417.57-
YUV76.16150.49204.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.47%
GREEN value IS 14 (5.86% from 255) = 4.47%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=58.47%
G=4.47%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831411600.920.370.28323.7985.7938.63
HexB7E7405C251C1445627
Octal267161640134453450412647
Binary101101111110111010001011100100101111001010001001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70E74; }

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

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

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

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

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

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

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

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