Html Css Color HEX #B0119F Medium Violet Red

📋 copy color: '#B0119F'

red 176 ◦ green 17 ◦ blue 159

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

Shades of Medium Violet Red #B0119F

Tints of Medium Violet Red #B0119F

RGB

 RED value IS 176 (69.14% from 255) = 50%

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

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

R = 50%
G = 4.83%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0119F (or 0xB0119F) is known color: Medium Violet Red. HEX triplet: B0, 11 and 9F. RGB value is (176,17,159). Sum of RGB (Red+Green+Blue) = 176+17+159=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0119F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0119F is #4FEE60. Grayscale: #505050. Windows color (decimal): -5238369 or 10424752. OLE color: 10424752.

HSL color Cylindrical-coordinate representation of color #B0119F: hue angle of 306.42º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0119F is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 159 -
CMYK 0 0.90 0.10 0.31
HSL 306.42º 0.82% 0.38% -
HSV(B) 306.42º 0.9% 0.69% -
XYZ 24.36 12.13 33.86 -
YUV 80.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 176 17 159 0 0.90 0.10 0.31 306.42 0.82 0.38
Hex B0 11 9F 0 5A A 1F 132 52 26
Octal 260 21 237 0 132 12 37 462 122 46
Binary 10110000 10001 10011111 0 1011010 1010 11111 100110010 1010010 100110

Color Harmonies of #B0119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0119F

Black with #B0119F

Text Example


Text Example

White with #B0119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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