#b60a8c

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

Shades of Medium Violet Red #B60A8C

Tints of Medium Violet Red #B60A8C

Color information

#B60A8C (or 0xB60A8C) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0A and 8C. RGB value is (182,10,140). Sum of RGB (Red+Green+Blue) = 182+10+140=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60A8C is #49F573. Grayscale: #4B4B4B. Windows color (decimal): -4846964 or 9177782. OLE color: 9177782.

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

Color convert

RGB18210140-
CMYK00.950.230.29
HSL314.65º89.58%37.65%-
HSV(B)314.65º94.51%71.37%-
XYZ24.1312.0625.87-
YUV76.25163.98203.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.82%
GREEN value IS 10 (4.30% from 255) = 3.01%
BLUE value IS 140 (55.08% from 255) = 42.17%
R=54.82%
G=3.01%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821014000.950.230.29314.6589.5837.65
HexB6A8C05F171D13b5a26
Octal266122140137273547313246
Binary101101101010100011000101111110111111011001110111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b60a8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b60a8c; }

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

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

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

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

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

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

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

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