#B60D8A

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

Shades of Medium Violet Red #B60D8A

Tints of Medium Violet Red #B60D8A

Color information

#B60D8A (or 0xB60D8A) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0D and 8A. RGB value is (182,13,138). Sum of RGB (Red+Green+Blue) = 182+13+138=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60D8A is #49F275. Grayscale: #4D4D4D. Windows color (decimal): -4846198 or 9047478. OLE color: 9047478.

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

Color convert

RGB18213138-
CMYK00.930.240.29
HSL315.62º86.67%38.24%-
HSV(B)315.62º92.86%71.37%-
XYZ24.0212.0725.11-
YUV77.78161.99202.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.65%
GREEN value IS 13 (5.47% from 255) = 3.90%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=54.65%
G=3.90%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821313800.930.240.29315.6286.6738.24
HexB6D8A05D181D13c5726
Octal266152120135303547412746
Binary101101101101100010100101110111000111011001111001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60D8A; }

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

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

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

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

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

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

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

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