#B70876

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

Shades of Medium Violet Red #B70876

Tints of Medium Violet Red #B70876

Color information

#B70876 (or 0xB70876) is unknown color: approx Medium Violet Red. HEX triplet: B7, 08 and 76. RGB value is (183,8,118). Sum of RGB (Red+Green+Blue) = 183+8+118=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B70876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70876 is #48F789. Grayscale: #484848. Windows color (decimal): -4781962 or 7735479. OLE color: 7735479.

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

Color convert

RGB1838118-
CMYK00.960.360.28
HSL322.29º91.62%37.45%-
HSV(B)322.29º95.63%71.76%-
XYZ22.8911.5518.16-
YUV72.86153.48206.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=59.22%
G=2.59%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183811800.960.360.28322.2991.6237.45
HexB7876060241C1425c25
Octal267101660140443450213445
Binary101101111000111011001100000100100111001010000101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70876; }

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

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

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

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

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

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

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

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