Html Css Color HEX #B11399 Medium Violet Red

📋 copy color: '#B11399'

red 177 ◦ green 19 ◦ blue 153

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

Shades of Medium Violet Red #B11399

Tints of Medium Violet Red #B11399

RGB

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

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

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

R = 50.72%
G = 5.44%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B11399 (or 0xB11399) is known color: Medium Violet Red. HEX triplet: B1, 13 and 99. RGB value is (177,19,153). Sum of RGB (Red+Green+Blue) = 177+19+153=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B11399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11399 is #4EEC66. Grayscale: #515151. Windows color (decimal): -5172327 or 10032049. OLE color: 10032049.

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

Color convert

RGB 177 19 153 -
CMYK 0 0.89 0.14 0.31
HSL 309.11º 0.81% 0.38% -
HSV(B) 309.11º 0.89% 0.69% -
XYZ 24.11 12.11 31.2 -
YUV 81.52 168.35 196.1 -
System Red Green Blue C M Y K H S L
Decimal 177 19 153 0 0.89 0.14 0.31 309.11 0.81 0.38
Hex B1 13 99 0 59 E 1F 135 51 26
Octal 261 23 231 0 131 16 37 465 121 46
Binary 10110001 10011 10011001 0 1011001 1110 11111 100110101 1010001 100110

Color Harmonies of #B11399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11399

Black with #B11399

Text Example


Text Example

White with #B11399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11399; }

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

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

background-color css

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

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

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

border-color css

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

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

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