Html Css Color HEX #B1119B Medium Violet Red

📋 copy color: '#B1119B'

red 177 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #B1119B

Tints of Medium Violet Red #B1119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 50.72%
G = 4.87%
B = 44.41%

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

#B1119B (or 0xB1119B) is known color: Medium Violet Red. HEX triplet: B1, 11 and 9B. RGB value is (177,17,155). Sum of RGB (Red+Green+Blue) = 177+17+155=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1119B is #4EEE64. Grayscale: #505050. Windows color (decimal): -5172837 or 10162609. OLE color: 10162609.

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

Color convert

RGB 177 17 155 -
CMYK 0 0.90 0.12 0.31
HSL 308.25º 0.82% 0.38% -
HSV(B) 308.25º 0.9% 0.69% -
XYZ 24.25 12.11 32.07 -
YUV 80.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 177 17 155 0 0.90 0.12 0.31 308.25 0.82 0.38
Hex B1 11 9B 0 5A C 1F 134 52 26
Octal 261 21 233 0 132 14 37 464 122 46
Binary 10110001 10001 10011011 0 1011010 1100 11111 100110100 1010010 100110

Color Harmonies of #B1119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1119B

Black with #B1119B

Text Example


Text Example

White with #B1119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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