Html Css Color HEX #B11890 Medium Violet Red

📋 copy color: '#B11890'

red 177 ◦ green 24 ◦ blue 144

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

Shades of Medium Violet Red #B11890

Tints of Medium Violet Red #B11890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.96%

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

R = 51.3%
G = 6.96%
B = 41.74%

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

#B11890 (or 0xB11890) is known color: Medium Violet Red. HEX triplet: B1, 18 and 90. RGB value is (177,24,144). Sum of RGB (Red+Green+Blue) = 177+24+144=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B11890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11890 is #4EE76F. Grayscale: #535353. Windows color (decimal): -5171056 or 9443505. OLE color: 9443505.

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

Color convert

RGB 177 24 144 -
CMYK 0 0.86 0.19 0.31
HSL 312.94º 0.76% 0.39% -
HSV(B) 312.94º 0.86% 0.69% -
XYZ 23.49 12.01 27.47 -
YUV 83.43 162.19 194.74 -
System Red Green Blue C M Y K H S L
Decimal 177 24 144 0 0.86 0.19 0.31 312.94 0.76 0.39
Hex B1 18 90 0 56 13 1F 139 4C 27
Octal 261 30 220 0 126 23 37 471 114 47
Binary 10110001 11000 10010000 0 1010110 10011 11111 100111001 1001100 100111

Color Harmonies of #B11890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11890

Black with #B11890

Text Example


Text Example

White with #B11890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11890; }

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

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

background-color css

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

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

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

border-color css

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

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

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