#B11283

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

Shades of Medium Violet Red #B11283

Tints of Medium Violet Red #B11283

Color information

#B11283 (or 0xB11283) is unknown color: approx Medium Violet Red. HEX triplet: B1, 12 and 83. RGB value is (177,18,131). Sum of RGB (Red+Green+Blue) = 177+18+131=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B11283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11283 is #4EED7C. Grayscale: #4E4E4E. Windows color (decimal): -5172605 or 8590001. OLE color: 8590001.

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

Color convert

RGB17718131-
CMYK00.900.260.31
HSL317.36º81.54%38.24%-
HSV(B)317.36º89.83%69.41%-
XYZ22.4411.4222.49-
YUV78.42157.68198.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.29%
GREEN value IS 18 (7.42% from 255) = 5.52%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=54.29%
G=5.52%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771813100.900.260.31317.3681.5438.24
HexB1128305A1A1F13d5226
Octal261222030132323747512246
Binary1011000110010100000110101101011010111111001111011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11283; }

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

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

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

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

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

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

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

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