Html Css Color HEX #B9199B Medium Violet Red

📋 copy color: '#B9199B'

red 185 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #B9199B

Tints of Medium Violet Red #B9199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 50.68%
G = 6.85%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9199B (or 0xB9199B) is known color: Medium Violet Red. HEX triplet: B9, 19 and 9B. RGB value is (185,25,155). Sum of RGB (Red+Green+Blue) = 185+25+155=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9199B is #46E664. Grayscale: #575757. Windows color (decimal): -4646501 or 10164665. OLE color: 10164665.

HSL color Cylindrical-coordinate representation of color #B9199B: hue angle of 311.25º 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 #B9199B is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 25 155 -
CMYK 0 0.86 0.16 0.27
HSL 311.25º 0.76% 0.41% -
HSV(B) 311.25º 0.86% 0.73% -
XYZ 26.27 13.38 32.21 -
YUV 87.66 166.01 197.43 -
System Red Green Blue C M Y K H S L
Decimal 185 25 155 0 0.86 0.16 0.27 311.25 0.76 0.41
Hex B9 19 9B 0 56 10 1B 137 4C 29
Octal 271 31 233 0 126 20 33 467 114 51
Binary 10111001 11001 10011011 0 1010110 10000 11011 100110111 1001100 101001

Color Harmonies of #B9199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9199B

Black with #B9199B

Text Example


Text Example

White with #B9199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9199B; }

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

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

background-color css

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

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

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

border-color css

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

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

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