#B81176

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

Shades of Medium Violet Red #B81176

Tints of Medium Violet Red #B81176

Color information

#B81176 (or 0xB81176) is unknown color: approx Medium Violet Red. HEX triplet: B8, 11 and 76. RGB value is (184,17,118). Sum of RGB (Red+Green+Blue) = 184+17+118=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B81176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81176 is #47EE89. Grayscale: #4E4E4E. Windows color (decimal): -4714122 or 7737784. OLE color: 7737784.

HSL color Cylindrical-coordinate representation of color #B81176: hue angle of 323.71º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81176 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB18417118-
CMYK00.910.360.28
HSL323.71º83.08%39.41%-
HSV(B)323.71º90.76%72.16%-
XYZ23.2411.918.21-
YUV78.45150.33203.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.68%
GREEN value IS 17 (7.03% from 255) = 5.33%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=57.68%
G=5.33%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841711800.910.360.28323.7183.0839.41
HexB8117605B241C1445327
Octal270211660133443450412347
Binary1011100010001111011001011011100100111001010001001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81176; }

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

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

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

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

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

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

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

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