#B11594

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

Shades of Medium Violet Red #B11594

Tints of Medium Violet Red #B11594

Color information

#B11594 (or 0xB11594) is unknown color: approx Medium Violet Red. HEX triplet: B1, 15 and 94. RGB value is (177,21,148). Sum of RGB (Red+Green+Blue) = 177+21+148=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B11594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11594 is #4EEA6B. Grayscale: #515151. Windows color (decimal): -5171820 or 9704881. OLE color: 9704881.

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

Color convert

RGB17721148-
CMYK00.880.160.31
HSL311.15º78.79%38.82%-
HSV(B)311.15º88.14%69.41%-
XYZ23.7412.0229.09-
YUV82.12165.18195.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 21 (8.59% from 255) = 6.07%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=51.16%
G=6.07%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772114800.880.160.31311.1578.7938.82
HexB11594058101F1374f27
Octal261252240130203746711747
Binary1011000110101100101000101100010000111111001101111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11594; }

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

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

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

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

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

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

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

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