Html Css Color HEX #B11189 Medium Violet Red

📋 copy color: '#B11189'

red 177 ◦ green 17 ◦ blue 137

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

Shades of Medium Violet Red #B11189

Tints of Medium Violet Red #B11189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 53.47%
G = 5.14%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B11189 (or 0xB11189) is known color: Medium Violet Red. HEX triplet: B1, 11 and 89. RGB value is (177,17,137). Sum of RGB (Red+Green+Blue) = 177+17+137=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B11189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11189 is #4EEE76. Grayscale: #4E4E4E. Windows color (decimal): -5172855 or 8982961. OLE color: 8982961.

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

Color convert

RGB 177 17 137 -
CMYK 0 0.90 0.23 0.31
HSL 315º 0.82% 0.38% -
HSV(B) 315º 0.9% 0.69% -
XYZ 22.85 11.55 24.69 -
YUV 78.52 161.01 198.24 -
System Red Green Blue C M Y K H S L
Decimal 177 17 137 0 0.90 0.23 0.31 315 0.82 0.38
Hex B1 11 89 0 5A 17 1F 13B 52 26
Octal 261 21 211 0 132 27 37 473 122 46
Binary 10110001 10001 10001001 0 1011010 10111 11111 100111011 1010010 100110

Color Harmonies of #B11189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11189

Black with #B11189

Text Example


Text Example

White with #B11189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11189; }

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

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

background-color css

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

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

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

border-color css

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

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

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