#B70877

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

Shades of Medium Violet Red #B70877

Tints of Medium Violet Red #B70877

Color information

#B70877 (or 0xB70877) is unknown color: approx Medium Violet Red. HEX triplet: B7, 08 and 77. RGB value is (183,8,119). Sum of RGB (Red+Green+Blue) = 183+8+119=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B70877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70877 is #48F788. Grayscale: #484848. Windows color (decimal): -4781961 or 7801015. OLE color: 7801015.

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

Color convert

RGB1838119-
CMYK00.960.350.28
HSL321.94º91.62%37.45%-
HSV(B)321.94º95.63%71.76%-
XYZ22.9511.5718.48-
YUV72.98153.98206.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.03%
GREEN value IS 8 (3.52% from 255) = 2.58%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=59.03%
G=2.58%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183811900.960.350.28321.9491.6237.45
HexB7877060231C1425c25
Octal267101670140433450213445
Binary101101111000111011101100000100011111001010000101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70877; }

 p { color: rgb(183,8,119); }

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

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

 a { background-color: rgb(183,8,119); }

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

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

 span { border-color: rgb(183,8,119); }

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