#B80776

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

Shades of Medium Violet Red #B80776

Tints of Medium Violet Red #B80776

Color information

#B80776 (or 0xB80776) is unknown color: approx Medium Violet Red. HEX triplet: B8, 07 and 76. RGB value is (184,7,118). Sum of RGB (Red+Green+Blue) = 184+7+118=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B80776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80776 is #47F889. Grayscale: #484848. Windows color (decimal): -4716682 or 7735224. OLE color: 7735224.

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

Color convert

RGB1847118-
CMYK00.960.360.28
HSL322.37º92.67%37.45%-
HSV(B)322.37º96.2%72.16%-
XYZ23.1111.6518.17-
YUV72.58153.64207.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 7 (3.12% from 255) = 2.27%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=59.55%
G=2.27%
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
Decimal184711800.960.360.28322.3792.6737.45
HexB8776060241C1425d25
Octal27071660140443450213545
Binary10111000111111011001100000100100111001010000101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80776; }

 p { color: rgb(184,7,118); }

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

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

 a { background-color: rgb(184,7,118); }

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

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

 span { border-color: rgb(184,7,118); }

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