#B71676

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

Shades of Medium Violet Red #B71676

Tints of Medium Violet Red #B71676

Color information

#B71676 (or 0xB71676) is unknown color: approx Medium Violet Red. HEX triplet: B7, 16 and 76. RGB value is (183,22,118). Sum of RGB (Red+Green+Blue) = 183+22+118=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B71676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71676 is #48E989. Grayscale: #505050. Windows color (decimal): -4778378 or 7739063. OLE color: 7739063.

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

Color convert

RGB18322118-
CMYK00.880.360.28
HSL324.22º78.54%40.2%-
HSV(B)324.22º87.98%71.76%-
XYZ23.0911.9518.23-
YUV81.08148.84200.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.66%
GREEN value IS 22 (8.98% from 255) = 6.81%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=56.66%
G=6.81%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832211800.880.360.28324.2278.5440.2
HexB71676058241C1444f28
Octal267261660130443450411750
Binary1011011110110111011001011000100100111001010001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71676; }

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

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

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

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

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

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

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

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