#B60589

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

Shades of Medium Violet Red #B60589

Tints of Medium Violet Red #B60589

Color information

#B60589 (or 0xB60589) is unknown color: approx Medium Violet Red. HEX triplet: B6, 05 and 89. RGB value is (182,5,137). Sum of RGB (Red+Green+Blue) = 182+5+137=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B60589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60589 is #49FA76. Grayscale: #484848. Windows color (decimal): -4848247 or 8979894. OLE color: 8979894.

HSL color Cylindrical-coordinate representation of color #B60589: hue angle of 315.25º 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 #B60589 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB1825137-
CMYK00.970.250.29
HSL315.25º94.65%36.67%-
HSV(B)315.25º97.25%71.37%-
XYZ23.8611.8624.7-
YUV72.97164.14205.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.17%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 137 (53.91% from 255) = 42.28%
R=56.17%
G=1.54%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182513700.970.250.29315.2594.6536.67
HexB6589061191D13b5f25
Octal26652110141313547313745
Binary10110110101100010010110000111001111011001110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60589; }

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

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

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

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

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

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

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

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