#B11893

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

Shades of Medium Violet Red #B11893

Tints of Medium Violet Red #B11893

Color information

#B11893 (or 0xB11893) is unknown color: approx Medium Violet Red. HEX triplet: B1, 18 and 93. RGB value is (177,24,147). Sum of RGB (Red+Green+Blue) = 177+24+147=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B11893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11893 is #4EE76C. Grayscale: #535353. Windows color (decimal): -5171053 or 9640113. OLE color: 9640113.

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

Color convert

RGB17724147-
CMYK00.860.170.31
HSL311.76º76.12%39.41%-
HSV(B)311.76º86.44%69.41%-
XYZ23.7212.1128.69-
YUV83.77163.69194.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 24 (9.77% from 255) = 6.90%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=50.86%
G=6.90%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772414700.860.170.31311.7676.1239.41
HexB11893056111F1384c27
Octal261302230126213747011447
Binary1011000111000100100110101011010001111111001110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11893; }

 p { color: rgb(177,24,147); }

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

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

 a { background-color: rgb(177,24,147); }

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

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

 span { border-color: rgb(177,24,147); }

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