Html Css Color HEX #B11899 Medium Violet Red

📋 copy color: '#B11899'

red 177 ◦ green 24 ◦ blue 153

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

Shades of Medium Violet Red #B11899

Tints of Medium Violet Red #B11899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.78%

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

R = 50%
G = 6.78%
B = 43.22%

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

#B11899 (or 0xB11899) is known color: Medium Violet Red. HEX triplet: B1, 18 and 99. RGB value is (177,24,153). Sum of RGB (Red+Green+Blue) = 177+24+153=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B11899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11899 is #4EE766. Grayscale: #545454. Windows color (decimal): -5171047 or 10033329. OLE color: 10033329.

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

Color convert

RGB 177 24 153 -
CMYK 0 0.86 0.14 0.31
HSL 309.41º 0.76% 0.39% -
HSV(B) 309.41º 0.86% 0.69% -
XYZ 24.21 12.3 31.24 -
YUV 84.45 166.69 194.01 -
System Red Green Blue C M Y K H S L
Decimal 177 24 153 0 0.86 0.14 0.31 309.41 0.76 0.39
Hex B1 18 99 0 56 E 1F 135 4C 27
Octal 261 30 231 0 126 16 37 465 114 47
Binary 10110001 11000 10011001 0 1010110 1110 11111 100110101 1001100 100111

Color Harmonies of #B11899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11899

Black with #B11899

Text Example


Text Example

White with #B11899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11899; }

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

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

background-color css

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

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

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

border-color css

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

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

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