Html Css Color HEX #B11290 Medium Violet Red

📋 copy color: '#B11290'

red 177 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #B11290

Tints of Medium Violet Red #B11290

RGB

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

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

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

R = 52.21%
G = 5.31%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B11290 (or 0xB11290) is known color: Medium Violet Red. HEX triplet: B1, 12 and 90. RGB value is (177,18,144). Sum of RGB (Red+Green+Blue) = 177+18+144=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B11290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11290 is #4EED6F. Grayscale: #4F4F4F. Windows color (decimal): -5172592 or 9441969. OLE color: 9441969.

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

Color convert

RGB 177 18 144 -
CMYK 0 0.90 0.19 0.31
HSL 312.45º 0.82% 0.38% -
HSV(B) 312.45º 0.9% 0.69% -
XYZ 23.38 11.79 27.43 -
YUV 79.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 177 18 144 0 0.90 0.19 0.31 312.45 0.82 0.38
Hex B1 12 90 0 5A 13 1F 138 52 26
Octal 261 22 220 0 132 23 37 470 122 46
Binary 10110001 10010 10010000 0 1011010 10011 11111 100111000 1010010 100110

Color Harmonies of #B11290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11290

Black with #B11290

Text Example


Text Example

White with #B11290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11290; }

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

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

background-color css

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

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

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

border-color css

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

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

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