Html Css Color HEX #B0119D Medium Violet Red

📋 copy color: '#B0119D'

red 176 ◦ green 17 ◦ blue 157

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

Shades of Medium Violet Red #B0119D

Tints of Medium Violet Red #B0119D

RGB

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

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

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

R = 50.29%
G = 4.86%
B = 44.86%

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

#B0119D (or 0xB0119D) is known color: Medium Violet Red. HEX triplet: B0, 11 and 9D. RGB value is (176,17,157). Sum of RGB (Red+Green+Blue) = 176+17+157=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0119D is #4FEE62. Grayscale: #505050. Windows color (decimal): -5238371 or 10293680. OLE color: 10293680.

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

Color convert

RGB 176 17 157 -
CMYK 0 0.90 0.11 0.31
HSL 307.17º 0.82% 0.38% -
HSV(B) 307.17º 0.9% 0.69% -
XYZ 24.19 12.07 32.95 -
YUV 80.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 176 17 157 0 0.90 0.11 0.31 307.17 0.82 0.38
Hex B0 11 9D 0 5A B 1F 133 52 26
Octal 260 21 235 0 132 13 37 463 122 46
Binary 10110000 10001 10011101 0 1011010 1011 11111 100110011 1010010 100110

Color Harmonies of #B0119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0119D

Black with #B0119D

Text Example


Text Example

White with #B0119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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