#B61776

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

Shades of Medium Violet Red #B61776

Tints of Medium Violet Red #B61776

Color information

#B61776 (or 0xB61776) is unknown color: approx Medium Violet Red. HEX triplet: B6, 17 and 76. RGB value is (182,23,118). Sum of RGB (Red+Green+Blue) = 182+23+118=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B61776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61776 is #49E889. Grayscale: #515151. Windows color (decimal): -4843658 or 7739318. OLE color: 7739318.

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

Color convert

RGB18223118-
CMYK00.870.350.29
HSL324.15º77.56%40.2%-
HSV(B)324.15º87.36%71.37%-
XYZ22.8711.8718.22-
YUV81.37148.68199.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.35%
GREEN value IS 23 (9.38% from 255) = 7.12%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=56.35%
G=7.12%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822311800.870.350.29324.1577.5640.2
HexB61776057231D1444e28
Octal266271660127433550411650
Binary1011011010111111011001010111100011111011010001001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61776; }

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

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

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

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

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

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

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

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