Html Css Color HEX #B11A90 Medium Violet Red

📋 copy color: '#B11A90'

red 177 ◦ green 26 ◦ blue 144

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

Shades of Medium Violet Red #B11A90

Tints of Medium Violet Red #B11A90

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.49%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 51.01%
G = 7.49%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B11A90 (or 0xB11A90) is known color: Medium Violet Red. HEX triplet: B1, 1A and 90. RGB value is (177,26,144). Sum of RGB (Red+Green+Blue) = 177+26+144=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11A90 is #4EE56F. Grayscale: #545454. Windows color (decimal): -5170544 or 9444017. OLE color: 9444017.

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

Color convert

RGB 177 26 144 -
CMYK 0 0.85 0.19 0.31
HSL 313.11º 0.74% 0.4% -
HSV(B) 313.11º 0.85% 0.69% -
XYZ 23.53 12.1 27.48 -
YUV 84.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 177 26 144 0 0.85 0.19 0.31 313.11 0.74 0.4
Hex B1 1A 90 0 55 13 1F 139 4A 28
Octal 261 32 220 0 125 23 37 471 112 50
Binary 10110001 11010 10010000 0 1010101 10011 11111 100111001 1001010 101000

Color Harmonies of #B11A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A90

Black with #B11A90

Text Example


Text Example

White with #B11A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A90; }

 p { color: rgb(177,26,144); }

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

background-color css

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

 a { background-color: rgb(177,26,144); }

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

border-color css

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

 span { border-color: rgb(177,26,144); }

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