Html Css Color HEX #B11999 Medium Violet Red

📋 copy color: '#B11999'

red 177 ◦ green 25 ◦ blue 153

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

Shades of Medium Violet Red #B11999

Tints of Medium Violet Red #B11999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.04%

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 49.86%
G = 7.04%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B11999 (or 0xB11999) is known color: Medium Violet Red. HEX triplet: B1, 19 and 99. RGB value is (177,25,153). Sum of RGB (Red+Green+Blue) = 177+25+153=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B11999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11999 is #4EE666. Grayscale: #545454. Windows color (decimal): -5170791 or 10033585. OLE color: 10033585.

HSL color Cylindrical-coordinate representation of color #B11999: hue angle of 309.47º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11999 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 153 -
CMYK 0 0.86 0.14 0.31
HSL 309.47º 0.75% 0.4% -
HSV(B) 309.47º 0.86% 0.69% -
XYZ 24.23 12.34 31.24 -
YUV 85.04 166.36 193.59 -
System Red Green Blue C M Y K H S L
Decimal 177 25 153 0 0.86 0.14 0.31 309.47 0.75 0.4
Hex B1 19 99 0 56 E 1F 135 4B 28
Octal 261 31 231 0 126 16 37 465 113 50
Binary 10110001 11001 10011001 0 1010110 1110 11111 100110101 1001011 101000

Color Harmonies of #B11999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11999

Black with #B11999

Text Example


Text Example

White with #B11999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11999; }

 p { color: rgb(177,25,153); }

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

background-color css

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

 a { background-color: rgb(177,25,153); }

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

border-color css

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

 span { border-color: rgb(177,25,153); }

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