#B11599

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

Shades of Medium Violet Red #B11599

Tints of Medium Violet Red #B11599

Color information

#B11599 (or 0xB11599) is unknown color: approx Medium Violet Red. HEX triplet: B1, 15 and 99. RGB value is (177,21,153). Sum of RGB (Red+Green+Blue) = 177+21+153=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B11599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11599 is #4EEA66. Grayscale: #525252. Windows color (decimal): -5171815 or 10032561. OLE color: 10032561.

HSL color Cylindrical-coordinate representation of color #B11599: hue angle of 309.23º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11599 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17721153-
CMYK00.880.140.31
HSL309.23º78.79%38.82%-
HSV(B)309.23º88.14%69.41%-
XYZ24.1512.1831.22-
YUV82.69167.68195.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 21 (8.59% from 255) = 5.98%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=50.43%
G=5.98%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772115300.880.140.31309.2378.7938.82
HexB11599058E1F1354f27
Octal261252310130163746511747
Binary101100011010110011001010110001110111111001101011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11599; }

 p { color: rgb(177,21,153); }

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

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

 a { background-color: rgb(177,21,153); }

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

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

 span { border-color: rgb(177,21,153); }

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