#B11A84

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

Shades of Medium Violet Red #B11A84

Tints of Medium Violet Red #B11A84

Color information

#B11A84 (or 0xB11A84) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1A and 84. RGB value is (177,26,132). Sum of RGB (Red+Green+Blue) = 177+26+132=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11A84 is #4EE57B. Grayscale: #525252. Windows color (decimal): -5170556 or 8657585. OLE color: 8657585.

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

Color convert

RGB17726132-
CMYK00.850.250.31
HSL317.88º74.38%39.8%-
HSV(B)317.88º85.31%69.41%-
XYZ22.6711.7522.9-
YUV83.23155.53194.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 26 (10.55% from 255) = 7.76%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=52.84%
G=7.76%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772613200.850.250.31317.8874.3839.8
HexB11A84055191F13e4a28
Octal261322040125313747611250
Binary1011000111010100001000101010111001111111001111101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11A84; }

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

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

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

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

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

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

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

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