#B60574

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

Shades of Medium Violet Red #B60574

Tints of Medium Violet Red #B60574

Color information

#B60574 (or 0xB60574) is unknown color: approx Medium Violet Red. HEX triplet: B6, 05 and 74. RGB value is (182,5,116). Sum of RGB (Red+Green+Blue) = 182+5+116=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B60574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60574 is #49FA8B. Grayscale: #464646. Windows color (decimal): -4848268 or 7603638. OLE color: 7603638.

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

Color convert

RGB1825116-
CMYK00.970.360.29
HSL322.37º94.65%36.67%-
HSV(B)322.37º97.25%71.37%-
XYZ22.511.3117.52-
YUV70.58153.64207.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.07%
GREEN value IS 5 (2.34% from 255) = 1.65%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=60.07%
G=1.65%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182511600.970.360.29322.3794.6536.67
HexB6574061241D1425f25
Octal26651640141443550213745
Binary10110110101111010001100001100100111011010000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60574; }

 p { color: rgb(182,5,116); }

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

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

 a { background-color: rgb(182,5,116); }

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

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

 span { border-color: rgb(182,5,116); }

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