Html Css Color HEX #B11581 Medium Violet Red

📋 copy color: '#B11581'

red 177 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #B11581

Tints of Medium Violet Red #B11581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

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

R = 54.13%
G = 6.42%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B11581 (or 0xB11581) is known color: Medium Violet Red. HEX triplet: B1, 15 and 81. RGB value is (177,21,129). Sum of RGB (Red+Green+Blue) = 177+21+129=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B11581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11581 is #4EEA7E. Grayscale: #4F4F4F. Windows color (decimal): -5171839 or 8459697. OLE color: 8459697.

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

Color convert

RGB 177 21 129 -
CMYK 0 0.88 0.27 0.31
HSL 318.46º 0.79% 0.39% -
HSV(B) 318.46º 0.88% 0.69% -
XYZ 22.36 11.47 21.8 -
YUV 79.96 155.68 197.22 -
System Red Green Blue C M Y K H S L
Decimal 177 21 129 0 0.88 0.27 0.31 318.46 0.79 0.39
Hex B1 15 81 0 58 1B 1F 13E 4F 27
Octal 261 25 201 0 130 33 37 476 117 47
Binary 10110001 10101 10000001 0 1011000 11011 11111 100111110 1001111 100111

Color Harmonies of #B11581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11581

Black with #B11581

Text Example


Text Example

White with #B11581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11581; }

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

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

background-color css

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

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

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

border-color css

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

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

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