#B60D8B

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

Shades of Medium Violet Red #B60D8B

Tints of Medium Violet Red #B60D8B

Color information

#B60D8B (or 0xB60D8B) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0D and 8B. RGB value is (182,13,139). Sum of RGB (Red+Green+Blue) = 182+13+139=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60D8B is #49F274. Grayscale: #4D4D4D. Windows color (decimal): -4846197 or 9113014. OLE color: 9113014.

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

Color convert

RGB18213139-
CMYK00.930.240.29
HSL315.27º86.67%38.24%-
HSV(B)315.27º92.86%71.37%-
XYZ24.112.125.49-
YUV77.9162.49202.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.49%
GREEN value IS 13 (5.47% from 255) = 3.89%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=54.49%
G=3.89%
B=41.62%

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
Decimal1821313900.930.240.29315.2786.6738.24
HexB6D8B05D181D13b5726
Octal266152130135303547312746
Binary101101101101100010110101110111000111011001110111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60D8B; }

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

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

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

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

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

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

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

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