#B90981

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

Shades of Medium Violet Red #B90981

Tints of Medium Violet Red #B90981

Color information

#B90981 (or 0xB90981) is unknown color: approx Medium Violet Red. HEX triplet: B9, 09 and 81. RGB value is (185,9,129). Sum of RGB (Red+Green+Blue) = 185+9+129=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B90981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90981 is #46F67E. Grayscale: #4B4B4B. Windows color (decimal): -4650623 or 8456633. OLE color: 8456633.

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

Color convert

RGB1859129-
CMYK00.950.300.27
HSL319.09º90.72%38.04%-
HSV(B)319.09º95.14%72.55%-
XYZ24.0712.0921.83-
YUV75.3158.31206.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.28%
GREEN value IS 9 (3.91% from 255) = 2.79%
BLUE value IS 129 (50.78% from 255) = 39.94%
R=57.28%
G=2.79%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185912900.950.300.27319.0990.7238.04
HexB998105F1E1B13f5b26
Octal271112010137363347713346
Binary101110011001100000010101111111110110111001111111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90981; }

 p { color: rgb(185,9,129); }

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

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

 a { background-color: rgb(185,9,129); }

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

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

 span { border-color: rgb(185,9,129); }

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