#B11284

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

Shades of Medium Violet Red #B11284

Tints of Medium Violet Red #B11284

Color information

#B11284 (or 0xB11284) is unknown color: approx Medium Violet Red. HEX triplet: B1, 12 and 84. RGB value is (177,18,132). Sum of RGB (Red+Green+Blue) = 177+18+132=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B11284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11284 is #4EED7B. Grayscale: #4E4E4E. Windows color (decimal): -5172604 or 8655537. OLE color: 8655537.

HSL color Cylindrical-coordinate representation of color #B11284: hue angle of 316.98º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11284 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB17718132-
CMYK00.900.250.31
HSL316.98º81.54%38.24%-
HSV(B)316.98º89.83%69.41%-
XYZ22.5111.4522.85-
YUV78.54158.18198.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.13%
GREEN value IS 18 (7.42% from 255) = 5.50%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=54.13%
G=5.50%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771813200.900.250.31316.9881.5438.24
HexB1128405A191F13d5226
Octal261222040132313747512246
Binary1011000110010100001000101101011001111111001111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11284; }

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

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

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

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

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

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

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

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