Html Css Color HEX #B1119C Medium Violet Red

📋 copy color: '#B1119C'

red 177 ◦ green 17 ◦ blue 156

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

Shades of Medium Violet Red #B1119C

Tints of Medium Violet Red #B1119C

RGB

 RED value IS 177 (69.53% from 255) = 50.57%

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

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

R = 50.57%
G = 4.86%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1119C (or 0xB1119C) is known color: Medium Violet Red. HEX triplet: B1, 11 and 9C. RGB value is (177,17,156). Sum of RGB (Red+Green+Blue) = 177+17+156=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1119C is #4EEE63. Grayscale: #505050. Windows color (decimal): -5172836 or 10228145. OLE color: 10228145.

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

Color convert

RGB 177 17 156 -
CMYK 0 0.90 0.12 0.31
HSL 307.88º 0.82% 0.38% -
HSV(B) 307.88º 0.9% 0.69% -
XYZ 24.33 12.15 32.51 -
YUV 80.69 170.51 196.7 -
System Red Green Blue C M Y K H S L
Decimal 177 17 156 0 0.90 0.12 0.31 307.88 0.82 0.38
Hex B1 11 9C 0 5A C 1F 134 52 26
Octal 261 21 234 0 132 14 37 464 122 46
Binary 10110001 10001 10011100 0 1011010 1100 11111 100110100 1010010 100110

Color Harmonies of #B1119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1119C

Black with #B1119C

Text Example


Text Example

White with #B1119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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