Html Css Color HEX #B11490 Medium Violet Red

📋 copy color: '#B11490'

red 177 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #B11490

Tints of Medium Violet Red #B11490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.87%

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

R = 51.91%
G = 5.87%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B11490 (or 0xB11490) is known color: Medium Violet Red. HEX triplet: B1, 14 and 90. RGB value is (177,20,144). Sum of RGB (Red+Green+Blue) = 177+20+144=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B11490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11490 is #4EEB6F. Grayscale: #505050. Windows color (decimal): -5172080 or 9442481. OLE color: 9442481.

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

Color convert

RGB 177 20 144 -
CMYK 0 0.89 0.19 0.31
HSL 312.61º 0.8% 0.39% -
HSV(B) 312.61º 0.89% 0.69% -
XYZ 23.42 11.86 27.44 -
YUV 81.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 177 20 144 0 0.89 0.19 0.31 312.61 0.8 0.39
Hex B1 14 90 0 59 13 1F 139 50 27
Octal 261 24 220 0 131 23 37 471 120 47
Binary 10110001 10100 10010000 0 1011001 10011 11111 100111001 1010000 100111

Color Harmonies of #B11490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11490

Black with #B11490

Text Example


Text Example

White with #B11490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11490; }

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

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

background-color css

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

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

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

border-color css

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

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

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