Html Css Color HEX #B90499 Medium Violet Red

📋 copy color: '#B90499'

red 185 ◦ green 4 ◦ blue 153

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

Shades of Medium Violet Red #B90499

Tints of Medium Violet Red #B90499

RGB

 RED value IS 185 (72.66% from 255) = 54.09%

 GREEN value IS 4 (1.95% from 255) = 1.17%

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 54.09%
G = 1.17%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B90499 (or 0xB90499) is known color: Medium Violet Red. HEX triplet: B9, 04 and 99. RGB value is (185,4,153). Sum of RGB (Red+Green+Blue) = 185+4+153=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B90499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90499 is #46FB66. Grayscale: #4A4A4A. Windows color (decimal): -4651879 or 10028217. OLE color: 10028217.

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

Color convert

RGB 185 4 153 -
CMYK 0 0.98 0.17 0.27
HSL 310.61º 0.96% 0.37% -
HSV(B) 310.61º 0.98% 0.73% -
XYZ 25.8 12.7 31.23 -
YUV 75.11 171.97 206.38 -
System Red Green Blue C M Y K H S L
Decimal 185 4 153 0 0.98 0.17 0.27 310.61 0.96 0.37
Hex B9 4 99 0 62 11 1B 137 60 25
Octal 271 4 231 0 142 21 33 467 140 45
Binary 10111001 100 10011001 0 1100010 10001 11011 100110111 1100000 100101

Color Harmonies of #B90499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90499

Black with #B90499

Text Example


Text Example

White with #B90499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90499; }

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

 H1.HeaderClassName
 {
   color: #B90499;
 }
 .AnyTagClassName
 {
   color: #B90499;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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