#B11D84

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

Shades of Medium Violet Red #B11D84

Tints of Medium Violet Red #B11D84

Color information

#B11D84 (or 0xB11D84) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1D and 84. RGB value is (177,29,132). Sum of RGB (Red+Green+Blue) = 177+29+132=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D84 is #4EE27B. Grayscale: #545454. Windows color (decimal): -5169788 or 8658353. OLE color: 8658353.

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

Color convert

RGB17729132-
CMYK00.840.250.31
HSL318.24º71.84%40.39%-
HSV(B)318.24º83.62%69.41%-
XYZ22.7411.8922.93-
YUV84.99154.53193.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.37%
GREEN value IS 29 (11.72% from 255) = 8.58%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=52.37%
G=8.58%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772913200.840.250.31318.2471.8440.39
HexB11D84054191F13e4828
Octal261352040124313747611050
Binary1011000111101100001000101010011001111111001111101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11D84; }

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

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

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

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

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

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

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

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