#B60079

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

Shades of Medium Violet Red #B60079

Tints of Medium Violet Red #B60079

Color information

#B60079 (or 0xB60079) is unknown color: approx Medium Violet Red. HEX triplet: B6, 00 and 79. RGB value is (182,0,121). Sum of RGB (Red+Green+Blue) = 182+0+121=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B60079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60079 is #49FF86. Grayscale: #434343. Windows color (decimal): -4849543 or 7930038. OLE color: 7930038.

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

Color convert

RGB1820121-
CMYK010.340.29
HSL320.11º100%35.69%-
HSV(B)320.11º100%71.37%-
XYZ22.7411.3319.08-
YUV68.21157.8209.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=60.07%
G=0%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1820121010.340.29320.1110035.69
HexB6079064221D1406424
Octal26601710144423550014444
Binary101101100111100101100100100010111011010000001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60079; }

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

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

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

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

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

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

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

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