Html Css Color HEX #B1119A Medium Violet Red

📋 copy color: '#B1119A'

red 177 ◦ green 17 ◦ blue 154

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

Shades of Medium Violet Red #B1119A

Tints of Medium Violet Red #B1119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.25%

R = 50.86%
G = 4.89%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1119A (or 0xB1119A) is known color: Medium Violet Red. HEX triplet: B1, 11 and 9A. RGB value is (177,17,154). Sum of RGB (Red+Green+Blue) = 177+17+154=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B1119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1119A is #4EEE65. Grayscale: #505050. Windows color (decimal): -5172838 or 10097073. OLE color: 10097073.

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

Color convert

RGB 177 17 154 -
CMYK 0 0.90 0.13 0.31
HSL 308.63º 0.82% 0.38% -
HSV(B) 308.63º 0.9% 0.69% -
XYZ 24.16 12.08 31.63 -
YUV 80.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 177 17 154 0 0.90 0.13 0.31 308.63 0.82 0.38
Hex B1 11 9A 0 5A D 1F 135 52 26
Octal 261 21 232 0 132 15 37 465 122 46
Binary 10110001 10001 10011010 0 1011010 1101 11111 100110101 1010010 100110

Color Harmonies of #B1119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1119A

Black with #B1119A

Text Example


Text Example

White with #B1119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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