#B60D8E

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

Shades of Medium Violet Red #B60D8E

Tints of Medium Violet Red #B60D8E

Color information

#B60D8E (or 0xB60D8E) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0D and 8E. RGB value is (182,13,142). Sum of RGB (Red+Green+Blue) = 182+13+142=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60D8E is #49F271. Grayscale: #4D4D4D. Windows color (decimal): -4846194 or 9309622. OLE color: 9309622.

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

Color convert

RGB18213142-
CMYK00.930.220.29
HSL314.2º86.67%38.24%-
HSV(B)314.2º92.86%71.37%-
XYZ24.3212.1926.66-
YUV78.24163.99202.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 13 (5.47% from 255) = 3.86%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=54.01%
G=3.86%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821314200.930.220.29314.286.6738.24
HexB6D8E05D161D13a5726
Octal266152160135263547212746
Binary101101101101100011100101110110110111011001110101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60D8E; }

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

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

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

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

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

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

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

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