#B60F8D

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

Shades of Medium Violet Red #B60F8D

Tints of Medium Violet Red #B60F8D

Color information

#B60F8D (or 0xB60F8D) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0F and 8D. RGB value is (182,15,141). Sum of RGB (Red+Green+Blue) = 182+15+141=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60F8D is #49F072. Grayscale: #4E4E4E. Windows color (decimal): -4845683 or 9244598. OLE color: 9244598.

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

Color convert

RGB18215141-
CMYK00.920.230.29
HSL314.73º84.77%38.63%-
HSV(B)314.73º91.76%71.37%-
XYZ24.2712.2126.28-
YUV79.3162.83201.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 15 (6.25% from 255) = 4.44%
BLUE value IS 141 (55.47% from 255) = 41.72%
R=53.85%
G=4.44%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821514100.920.230.29314.7384.7738.63
HexB6F8D05C171D13b5527
Octal266172150134273547312547
Binary101101101111100011010101110010111111011001110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60F8D; }

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

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

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

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

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

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

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

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