#B11AA8

Color #B11AA8 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B11AA8

Tints of Medium Violet Red #B11AA8

Color information

#B11AA8 (or 0xB11AA8) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1A and A8. RGB value is (177,26,168). Sum of RGB (Red+Green+Blue) = 177+26+168=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B11AA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11AA8 is #4EE557. Grayscale: #565656. Windows color (decimal): -5170520 or 11016881. OLE color: 11016881.

HSL color Cylindrical-coordinate representation of color #B11AA8: hue angle of 303.58º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11AA8 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17726168-
CMYK00.850.050.31
HSL303.58º74.38%39.8%-
HSV(B)303.58º85.31%69.41%-
XYZ25.5712.9138.19-
YUV87.34173.53191.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 26 (10.55% from 255) = 7.01%
BLUE value IS 168 (66.02% from 255) = 45.28%
R=47.71%
G=7.01%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772616800.850.050.31303.5874.3839.8
HexB11AA805551F1304a28
Octal26132250012553746011250
Binary10110001110101010100001010101101111111001100001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11AA8; }

 p { color: rgb(177,26,168); }

 H1.HeaderClassName
 {
   color: #B11AA8;
 }
 .AnyTagClassName
 {
   color: #B11AA8;
 }
</style>
background-color css

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

 a { background-color: rgb(177,26,168); }

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

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

 span { border-color: rgb(177,26,168); }

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