#B60F8E

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

Shades of Medium Violet Red #B60F8E

Tints of Medium Violet Red #B60F8E

Color information

#B60F8E (or 0xB60F8E) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0F and 8E. RGB value is (182,15,142). Sum of RGB (Red+Green+Blue) = 182+15+142=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60F8E is #49F071. Grayscale: #4F4F4F. Windows color (decimal): -4845682 or 9310134. OLE color: 9310134.

HSL color Cylindrical-coordinate representation of color #B60F8E: hue angle of 314.37º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60F8E is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB18215142-
CMYK00.920.220.29
HSL314.37º84.77%38.63%-
HSV(B)314.37º91.76%71.37%-
XYZ24.3412.2426.67-
YUV79.41163.33201.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.69%
GREEN value IS 15 (6.25% from 255) = 4.42%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=53.69%
G=4.42%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821514200.920.220.29314.3784.7738.63
HexB6F8E05C161D13a5527
Octal266172160134263547212547
Binary101101101111100011100101110010110111011001110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60F8E; }

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

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

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

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

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

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

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

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