#B90577

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

Shades of Medium Violet Red #B90577

Tints of Medium Violet Red #B90577

Color information

#B90577 (or 0xB90577) is unknown color: approx Medium Violet Red. HEX triplet: B9, 05 and 77. RGB value is (185,5,119). Sum of RGB (Red+Green+Blue) = 185+5+119=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B90577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90577 is #46FA88. Grayscale: #474747. Windows color (decimal): -4651657 or 7800249. OLE color: 7800249.

HSL color Cylindrical-coordinate representation of color #B90577: hue angle of 322º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90577 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB1855119-
CMYK00.970.360.27
HSL322º94.74%37.25%-
HSV(B)322º97.3%72.55%-
XYZ23.3911.7518.49-
YUV71.82154.63208.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.87%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=59.87%
G=1.62%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185511900.970.360.2732294.7437.25
HexB9577061241B1425f25
Octal27151670141443350213745
Binary10111001101111011101100001100100110111010000101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90577; }

 p { color: rgb(185,5,119); }

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

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

 a { background-color: rgb(185,5,119); }

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

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

 span { border-color: rgb(185,5,119); }

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