Html Css Color HEX #B11990 Medium Violet Red

📋 copy color: '#B11990'

red 177 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #B11990

Tints of Medium Violet Red #B11990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.23%

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

R = 51.16%
G = 7.23%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B11990 (or 0xB11990) is known color: Medium Violet Red. HEX triplet: B1, 19 and 90. RGB value is (177,25,144). Sum of RGB (Red+Green+Blue) = 177+25+144=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B11990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11990 is #4EE66F. Grayscale: #535353. Windows color (decimal): -5170800 or 9443761. OLE color: 9443761.

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

Color convert

RGB 177 25 144 -
CMYK 0 0.86 0.19 0.31
HSL 313.03º 0.75% 0.4% -
HSV(B) 313.03º 0.86% 0.69% -
XYZ 23.51 12.06 27.47 -
YUV 84.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 177 25 144 0 0.86 0.19 0.31 313.03 0.75 0.4
Hex B1 19 90 0 56 13 1F 139 4B 28
Octal 261 31 220 0 126 23 37 471 113 50
Binary 10110001 11001 10010000 0 1010110 10011 11111 100111001 1001011 101000

Color Harmonies of #B11990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11990

Black with #B11990

Text Example


Text Example

White with #B11990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11990; }

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

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

background-color css

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

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

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

border-color css

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

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

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