Html Css Color HEX #B0119C Medium Violet Red

📋 copy color: '#B0119C'

red 176 ◦ green 17 ◦ blue 156

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

Shades of Medium Violet Red #B0119C

Tints of Medium Violet Red #B0119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 50.43%
G = 4.87%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0119C (or 0xB0119C) is known color: Medium Violet Red. HEX triplet: B0, 11 and 9C. RGB value is (176,17,156). Sum of RGB (Red+Green+Blue) = 176+17+156=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0119C is #4FEE63. Grayscale: #4F4F4F. Windows color (decimal): -5238372 or 10228144. OLE color: 10228144.

HSL color Cylindrical-coordinate representation of color #B0119C: hue angle of 307.55º 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 #B0119C is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 156 -
CMYK 0 0.90 0.11 0.31
HSL 307.55º 0.82% 0.38% -
HSV(B) 307.55º 0.9% 0.69% -
XYZ 24.11 12.03 32.5 -
YUV 80.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 176 17 156 0 0.90 0.11 0.31 307.55 0.82 0.38
Hex B0 11 9C 0 5A B 1F 134 52 26
Octal 260 21 234 0 132 13 37 464 122 46
Binary 10110000 10001 10011100 0 1011010 1011 11111 100110100 1010010 100110

Color Harmonies of #B0119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0119C

Black with #B0119C

Text Example


Text Example

White with #B0119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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