#B61576

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

Shades of Medium Violet Red #B61576

Tints of Medium Violet Red #B61576

Color information

#B61576 (or 0xB61576) is unknown color: approx Medium Violet Red. HEX triplet: B6, 15 and 76. RGB value is (182,21,118). Sum of RGB (Red+Green+Blue) = 182+21+118=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B61576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61576 is #49EA89. Grayscale: #4F4F4F. Windows color (decimal): -4844170 or 7738806. OLE color: 7738806.

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

Color convert

RGB18221118-
CMYK00.880.350.29
HSL323.85º79.31%39.8%-
HSV(B)323.85º88.46%71.37%-
XYZ22.8311.7918.21-
YUV80.2149.34200.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.70%
GREEN value IS 21 (8.59% from 255) = 6.54%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=56.70%
G=6.54%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822111800.880.350.29323.8579.3139.8
HexB61576058231D1444f28
Octal266251660130433550411750
Binary1011011010101111011001011000100011111011010001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61576; }

 p { color: rgb(182,21,118); }

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

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

 a { background-color: rgb(182,21,118); }

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

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

 span { border-color: rgb(182,21,118); }

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