Html Css Color HEX #B9119F Medium Violet Red

📋 copy color: '#B9119F'

red 185 ◦ green 17 ◦ blue 159

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

Shades of Medium Violet Red #B9119F

Tints of Medium Violet Red #B9119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.04%

R = 51.25%
G = 4.71%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9119F (or 0xB9119F) is known color: Medium Violet Red. HEX triplet: B9, 11 and 9F. RGB value is (185,17,159). Sum of RGB (Red+Green+Blue) = 185+17+159=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B9119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9119F is #46EE60. Grayscale: #535353. Windows color (decimal): -4648545 or 10424761. OLE color: 10424761.

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

Color convert

RGB 185 17 159 -
CMYK 0 0.91 0.14 0.27
HSL 309.29º 0.83% 0.4% -
HSV(B) 309.29º 0.91% 0.73% -
XYZ 26.47 13.22 33.96 -
YUV 83.42 170.66 200.45 -
System Red Green Blue C M Y K H S L
Decimal 185 17 159 0 0.91 0.14 0.27 309.29 0.83 0.4
Hex B9 11 9F 0 5B E 1B 135 53 28
Octal 271 21 237 0 133 16 33 465 123 50
Binary 10111001 10001 10011111 0 1011011 1110 11011 100110101 1010011 101000

Color Harmonies of #B9119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9119F

Black with #B9119F

Text Example


Text Example

White with #B9119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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