#B60B84

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

Shades of Medium Violet Red #B60B84

Tints of Medium Violet Red #B60B84

Color information

#B60B84 (or 0xB60B84) is unknown color: approx Medium Violet Red. HEX triplet: B6, 0B and 84. RGB value is (182,11,132). Sum of RGB (Red+Green+Blue) = 182+11+132=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B60B84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60B84 is #49F47B. Grayscale: #4B4B4B. Windows color (decimal): -4846716 or 8653750. OLE color: 8653750.

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

Color convert

RGB18211132-
CMYK00.940.270.29
HSL317.54º88.6%37.84%-
HSV(B)317.54º93.96%71.37%-
XYZ23.5811.8522.87-
YUV75.92159.65203.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 11 (4.69% from 255) = 3.38%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=56%
G=3.38%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821113200.940.270.29317.5488.637.84
HexB6B8405E1B1D13e5926
Octal266132040136333547613146
Binary101101101011100001000101111011011111011001111101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60B84; }

 p { color: rgb(182,11,132); }

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

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

 a { background-color: rgb(182,11,132); }

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

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

 span { border-color: rgb(182,11,132); }

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