#B90099

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

Shades of Medium Violet Red #B90099

Tints of Medium Violet Red #B90099

Color information

#B90099 (or 0xB90099) is unknown color: approx Medium Violet Red. HEX triplet: B9, 00 and 99. RGB value is (185,0,153). Sum of RGB (Red+Green+Blue) = 185+0+153=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B90099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90099 is #46FF66. Grayscale: #484848. Windows color (decimal): -4652903 or 10027193. OLE color: 10027193.

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

Color convert

RGB1850153-
CMYK010.170.27
HSL310.38º100%36.27%-
HSV(B)310.38º100%72.55%-
XYZ25.7612.6131.21-
YUV72.76173.29208.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=54.73%
G=0%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1850153010.170.27310.3810036.27
HexB9099064111B1366424
Octal27102310144213346614444
Binary101110010100110010110010010001110111001101101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90099; }

 p { color: rgb(185,0,153); }

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

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

 a { background-color: rgb(185,0,153); }

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

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

 span { border-color: rgb(185,0,153); }

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