Html Css Color HEX #B11481 Medium Violet Red

📋 copy color: '#B11481'

red 177 ◦ green 20 ◦ blue 129

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

Shades of Medium Violet Red #B11481

Tints of Medium Violet Red #B11481

RGB

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

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

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

R = 54.29%
G = 6.13%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B11481 (or 0xB11481) is known color: Medium Violet Red. HEX triplet: B1, 14 and 81. RGB value is (177,20,129). Sum of RGB (Red+Green+Blue) = 177+20+129=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B11481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11481 is #4EEB7E. Grayscale: #4F4F4F. Windows color (decimal): -5172095 or 8459441. OLE color: 8459441.

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

Color convert

RGB 177 20 129 -
CMYK 0 0.89 0.27 0.31
HSL 318.34º 0.8% 0.39% -
HSV(B) 318.34º 0.89% 0.69% -
XYZ 22.34 11.43 21.8 -
YUV 79.37 156.01 197.64 -
System Red Green Blue C M Y K H S L
Decimal 177 20 129 0 0.89 0.27 0.31 318.34 0.8 0.39
Hex B1 14 81 0 59 1B 1F 13E 50 27
Octal 261 24 201 0 131 33 37 476 120 47
Binary 10110001 10100 10000001 0 1011001 11011 11111 100111110 1010000 100111

Color Harmonies of #B11481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11481

Black with #B11481

Text Example


Text Example

White with #B11481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11481; }

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

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

background-color css

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

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

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

border-color css

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

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

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