Html Css Color HEX #B90099 Medium Violet Red

📋 copy color: '#B90099'

red 185 ◦ green 0 ◦ blue 153

#B90099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B90099

Tints of Medium Violet Red #B90099

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 value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B90099 (or 0xB90099) is known color: 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

RGB 185 0 153 -
CMYK 0 1 0.17 0.27
HSL 310.38º 1% 0.36% -
HSV(B) 310.38º 1% 0.73% -
XYZ 25.76 12.61 31.21 -
YUV 72.76 173.29 208.06 -
System Red Green Blue C M Y K H S L
Decimal 185 0 153 0 1 0.17 0.27 310.38 1 0.36
Hex B9 0 99 0 64 11 1B 136 64 24
Octal 271 0 231 0 144 21 33 466 144 44
Binary 10111001 0 10011001 0 1100100 10001 11011 100110110 1100100 100100

Color Harmonies of #B90099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90099

Black with #B90099

Text Example


Text Example

White with #B90099

Text Example


Text Example

HTML Codes & Css Web 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>