#B60776

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

Shades of Medium Violet Red #B60776

Tints of Medium Violet Red #B60776

Color information

#B60776 (or 0xB60776) is unknown color: approx Medium Violet Red. HEX triplet: B6, 07 and 76. RGB value is (182,7,118). Sum of RGB (Red+Green+Blue) = 182+7+118=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B60776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60776 is #49F889. Grayscale: #474747. Windows color (decimal): -4847754 or 7735222. OLE color: 7735222.

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

Color convert

RGB1827118-
CMYK00.960.350.29
HSL321.94º92.59%37.06%-
HSV(B)321.94º96.15%71.37%-
XYZ22.6411.4118.15-
YUV71.98153.98206.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.28%
GREEN value IS 7 (3.12% from 255) = 2.28%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=59.28%
G=2.28%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182711800.960.350.29321.9492.5937.06
HexB6776060231D1425d25
Octal26671660140433550213545
Binary10110110111111011001100000100011111011010000101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60776; }

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

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

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

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

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

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

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

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