Html Css Color HEX #B11486 Medium Violet Red

📋 copy color: '#B11486'

red 177 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #B11486

Tints of Medium Violet Red #B11486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 53.47%
G = 6.04%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B11486 (or 0xB11486) is known color: Medium Violet Red. HEX triplet: B1, 14 and 86. RGB value is (177,20,134). Sum of RGB (Red+Green+Blue) = 177+20+134=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B11486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11486 is #4EEB79. Grayscale: #4F4F4F. Windows color (decimal): -5172090 or 8787121. OLE color: 8787121.

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

Color convert

RGB 177 20 134 -
CMYK 0 0.89 0.24 0.31
HSL 316.43º 0.8% 0.39% -
HSV(B) 316.43º 0.89% 0.69% -
XYZ 22.68 11.57 23.59 -
YUV 79.94 158.51 197.23 -
System Red Green Blue C M Y K H S L
Decimal 177 20 134 0 0.89 0.24 0.31 316.43 0.8 0.39
Hex B1 14 86 0 59 18 1F 13C 50 27
Octal 261 24 206 0 131 30 37 474 120 47
Binary 10110001 10100 10000110 0 1011001 11000 11111 100111100 1010000 100111

Color Harmonies of #B11486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11486

Black with #B11486

Text Example


Text Example

White with #B11486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11486; }

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

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

background-color css

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

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

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

border-color css

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

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

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