Html Css Color HEX #B9119B Medium Violet Red

📋 copy color: '#B9119B'

red 185 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #B9119B

Tints of Medium Violet Red #B9119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.76%

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

R = 51.82%
G = 4.76%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9119B (or 0xB9119B) is known color: Medium Violet Red. HEX triplet: B9, 11 and 9B. RGB value is (185,17,155). Sum of RGB (Red+Green+Blue) = 185+17+155=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B9119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9119B is #46EE64. Grayscale: #525252. Windows color (decimal): -4648549 or 10162617. OLE color: 10162617.

HSL color Cylindrical-coordinate representation of color #B9119B: hue angle of 310.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9119B is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 17 155 -
CMYK 0 0.91 0.16 0.27
HSL 310.71º 0.83% 0.4% -
HSV(B) 310.71º 0.91% 0.73% -
XYZ 26.12 13.08 32.16 -
YUV 82.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 185 17 155 0 0.91 0.16 0.27 310.71 0.83 0.4
Hex B9 11 9B 0 5B 10 1B 137 53 28
Octal 271 21 233 0 133 20 33 467 123 50
Binary 10111001 10001 10011011 0 1011011 10000 11011 100110111 1010011 101000

Color Harmonies of #B9119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9119B

Black with #B9119B

Text Example


Text Example

White with #B9119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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