Html Css Color HEX #B11389 Medium Violet Red

📋 copy color: '#B11389'

red 177 ◦ green 19 ◦ blue 137

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

Shades of Medium Violet Red #B11389

Tints of Medium Violet Red #B11389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.71%

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

R = 53.15%
G = 5.71%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B11389 (or 0xB11389) is known color: Medium Violet Red. HEX triplet: B1, 13 and 89. RGB value is (177,19,137). Sum of RGB (Red+Green+Blue) = 177+19+137=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B11389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11389 is #4EEC76. Grayscale: #4F4F4F. Windows color (decimal): -5172343 or 8983473. OLE color: 8983473.

HSL color Cylindrical-coordinate representation of color #B11389: hue angle of 315.19º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11389 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 19 137 -
CMYK 0 0.89 0.23 0.31
HSL 315.19º 0.81% 0.38% -
HSV(B) 315.19º 0.89% 0.69% -
XYZ 22.88 11.62 24.7 -
YUV 79.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 177 19 137 0 0.89 0.23 0.31 315.19 0.81 0.38
Hex B1 13 89 0 59 17 1F 13B 51 26
Octal 261 23 211 0 131 27 37 473 121 46
Binary 10110001 10011 10001001 0 1011001 10111 11111 100111011 1010001 100110

Color Harmonies of #B11389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11389

Black with #B11389

Text Example


Text Example

White with #B11389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11389; }

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

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

background-color css

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

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

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

border-color css

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

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

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