Html Css Color HEX #B9199A Medium Violet Red

📋 copy color: '#B9199A'

red 185 ◦ green 25 ◦ blue 154

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

Shades of Medium Violet Red #B9199A

Tints of Medium Violet Red #B9199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.87%

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 50.82%
G = 6.87%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9199A (or 0xB9199A) is known color: Medium Violet Red. HEX triplet: B9, 19 and 9A. RGB value is (185,25,154). Sum of RGB (Red+Green+Blue) = 185+25+154=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9199A is #46E665. Grayscale: #575757. Windows color (decimal): -4646502 or 10099129. OLE color: 10099129.

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

Color convert

RGB 185 25 154 -
CMYK 0 0.86 0.17 0.27
HSL 311.63º 0.76% 0.41% -
HSV(B) 311.63º 0.86% 0.73% -
XYZ 26.19 13.34 31.77 -
YUV 87.55 165.51 197.51 -
System Red Green Blue C M Y K H S L
Decimal 185 25 154 0 0.86 0.17 0.27 311.63 0.76 0.41
Hex B9 19 9A 0 56 11 1B 138 4C 29
Octal 271 31 232 0 126 21 33 470 114 51
Binary 10111001 11001 10011010 0 1010110 10001 11011 100111000 1001100 101001

Color Harmonies of #B9199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9199A

Black with #B9199A

Text Example


Text Example

White with #B9199A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9199A; }

 p { color: rgb(185,25,154); }

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

background-color css

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

 a { background-color: rgb(185,25,154); }

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

border-color css

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

 span { border-color: rgb(185,25,154); }

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