#B60083

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

Shades of Medium Violet Red #B60083

Tints of Medium Violet Red #B60083

Color information

#B60083 (or 0xB60083) is unknown color: approx Medium Violet Red. HEX triplet: B6, 00 and 83. RGB value is (182,0,131). Sum of RGB (Red+Green+Blue) = 182+0+131=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B60083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60083 is #49FF7C. Grayscale: #454545. Windows color (decimal): -4849533 or 8585398. OLE color: 8585398.

HSL color Cylindrical-coordinate representation of color #B60083: hue angle of 316.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B60083 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB1820131-
CMYK010.280.29
HSL316.81º100%35.69%-
HSV(B)316.81º100%71.37%-
XYZ23.3911.5822.48-
YUV69.35162.8208.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=58.15%
G=0%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1820131010.280.29316.8110035.69
HexB60830641C1D13d6424
Octal26602030144343547514444
Binary101101100100000110110010011100111011001111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60083; }

 p { color: rgb(182,0,131); }

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

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

 a { background-color: rgb(182,0,131); }

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

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

 span { border-color: rgb(182,0,131); }

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