Html Css Color HEX #B9199D Medium Violet Red

📋 copy color: '#B9199D'

red 185 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #B9199D

Tints of Medium Violet Red #B9199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 50.41%
G = 6.81%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9199D (or 0xB9199D) is known color: Medium Violet Red. HEX triplet: B9, 19 and 9D. RGB value is (185,25,157). Sum of RGB (Red+Green+Blue) = 185+25+157=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B9199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9199D is #46E662. Grayscale: #575757. Windows color (decimal): -4646499 or 10295737. OLE color: 10295737.

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

Color convert

RGB 185 25 157 -
CMYK 0 0.86 0.15 0.27
HSL 310.5º 0.76% 0.41% -
HSV(B) 310.5º 0.86% 0.73% -
XYZ 26.44 13.44 33.1 -
YUV 87.89 167.01 197.27 -
System Red Green Blue C M Y K H S L
Decimal 185 25 157 0 0.86 0.15 0.27 310.5 0.76 0.41
Hex B9 19 9D 0 56 F 1B 136 4C 29
Octal 271 31 235 0 126 17 33 466 114 51
Binary 10111001 11001 10011101 0 1010110 1111 11011 100110110 1001100 101001

Color Harmonies of #B9199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9199D

Black with #B9199D

Text Example


Text Example

White with #B9199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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