Html Css Color HEX #B11299 Medium Violet Red

📋 copy color: '#B11299'

red 177 ◦ green 18 ◦ blue 153

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

Shades of Medium Violet Red #B11299

Tints of Medium Violet Red #B11299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.17%

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

R = 50.86%
G = 5.17%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B11299 (or 0xB11299) is known color: Medium Violet Red. HEX triplet: B1, 12 and 99. RGB value is (177,18,153). Sum of RGB (Red+Green+Blue) = 177+18+153=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B11299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11299 is #4EED66. Grayscale: #505050. Windows color (decimal): -5172583 or 10031793. OLE color: 10031793.

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

Color convert

RGB 177 18 153 -
CMYK 0 0.90 0.14 0.31
HSL 309.06º 0.82% 0.38% -
HSV(B) 309.06º 0.9% 0.69% -
XYZ 24.1 12.08 31.2 -
YUV 80.93 168.68 196.52 -
System Red Green Blue C M Y K H S L
Decimal 177 18 153 0 0.90 0.14 0.31 309.06 0.82 0.38
Hex B1 12 99 0 5A E 1F 135 52 26
Octal 261 22 231 0 132 16 37 465 122 46
Binary 10110001 10010 10011001 0 1011010 1110 11111 100110101 1010010 100110

Color Harmonies of #B11299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11299

Black with #B11299

Text Example


Text Example

White with #B11299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11299; }

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

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

background-color css

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

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

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

border-color css

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

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

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