#B60D8C

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

Shades of Medium Violet Red #B60D8C

Tints of Medium Violet Red #B60D8C

Color information

#B60D8C (or 0xB60D8C) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0D and 8C. RGB value is (182,13,140). Sum of RGB (Red+Green+Blue) = 182+13+140=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60D8C is #49F273. Grayscale: #4D4D4D. Windows color (decimal): -4846196 or 9178550. OLE color: 9178550.

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

Color convert

RGB18213140-
CMYK00.930.230.29
HSL314.91º86.67%38.24%-
HSV(B)314.91º92.86%71.37%-
XYZ24.1712.1325.88-
YUV78.01162.99202.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 13 (5.47% from 255) = 3.88%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=54.33%
G=3.88%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821314000.930.230.29314.9186.6738.24
HexB6D8C05D171D13b5726
Octal266152140135273547312746
Binary101101101101100011000101110110111111011001110111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60D8C; }

 p { color: rgb(182,13,140); }

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

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

 a { background-color: rgb(182,13,140); }

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

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

 span { border-color: rgb(182,13,140); }

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