Html Css Color HEX #B11987 Medium Violet Red

📋 copy color: '#B11987'

red 177 ◦ green 25 ◦ blue 135

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

Shades of Medium Violet Red #B11987

Tints of Medium Violet Red #B11987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.06%

R = 52.52%
G = 7.42%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B11987 (or 0xB11987) is known color: Medium Violet Red. HEX triplet: B1, 19 and 87. RGB value is (177,25,135). Sum of RGB (Red+Green+Blue) = 177+25+135=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B11987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11987 is #4EE678. Grayscale: #525252. Windows color (decimal): -5170809 or 8853937. OLE color: 8853937.

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

Color convert

RGB 177 25 135 -
CMYK 0 0.86 0.24 0.31
HSL 316.58º 0.75% 0.4% -
HSV(B) 316.58º 0.86% 0.69% -
XYZ 22.85 11.79 23.99 -
YUV 82.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 177 25 135 0 0.86 0.24 0.31 316.58 0.75 0.4
Hex B1 19 87 0 56 18 1F 13D 4B 28
Octal 261 31 207 0 126 30 37 475 113 50
Binary 10110001 11001 10000111 0 1010110 11000 11111 100111101 1001011 101000

Color Harmonies of #B11987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11987

Black with #B11987

Text Example


Text Example

White with #B11987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11987; }

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

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

background-color css

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

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

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

border-color css

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

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

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