Html Css Color HEX #B11781 Medium Violet Red

📋 copy color: '#B11781'

red 177 ◦ green 23 ◦ blue 129

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

Shades of Medium Violet Red #B11781

Tints of Medium Violet Red #B11781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.99%

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 53.8%
G = 6.99%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B11781 (or 0xB11781) is known color: Medium Violet Red. HEX triplet: B1, 17 and 81. RGB value is (177,23,129). Sum of RGB (Red+Green+Blue) = 177+23+129=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B11781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11781 is #4EE87E. Grayscale: #505050. Windows color (decimal): -5171327 or 8460209. OLE color: 8460209.

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

Color convert

RGB 177 23 129 -
CMYK 0 0.87 0.27 0.31
HSL 318.7º 0.77% 0.39% -
HSV(B) 318.7º 0.87% 0.69% -
XYZ 22.4 11.54 21.82 -
YUV 81.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 177 23 129 0 0.87 0.27 0.31 318.7 0.77 0.39
Hex B1 17 81 0 57 1B 1F 13F 4D 27
Octal 261 27 201 0 127 33 37 477 115 47
Binary 10110001 10111 10000001 0 1010111 11011 11111 100111111 1001101 100111

Color Harmonies of #B11781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11781

Black with #B11781

Text Example


Text Example

White with #B11781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11781; }

 p { color: rgb(177,23,129); }

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

background-color css

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

 a { background-color: rgb(177,23,129); }

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

border-color css

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

 span { border-color: rgb(177,23,129); }

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