#B11E8B

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

Shades of Medium Violet Red #B11E8B

Tints of Medium Violet Red #B11E8B

Color information

#B11E8B (or 0xB11E8B) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1E and 8B. RGB value is (177,30,139). Sum of RGB (Red+Green+Blue) = 177+30+139=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11E8B is #4EE174. Grayscale: #565656. Windows color (decimal): -5169525 or 9117361. OLE color: 9117361.

HSL color Cylindrical-coordinate representation of color #B11E8B: hue angle of 315.51º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11E8B is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17730139-
CMYK00.830.210.31
HSL315.51º71.01%40.59%-
HSV(B)315.51º83.05%69.41%-
XYZ23.2612.1425.54-
YUV86.38157.7192.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 30 (12.11% from 255) = 8.67%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=51.16%
G=8.67%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773013900.830.210.31315.5171.0140.59
HexB11E8B053151F13c4729
Octal261362130123253747410751
Binary1011000111110100010110101001110101111111001111001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E8B; }

 p { color: rgb(177,30,139); }

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

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

 a { background-color: rgb(177,30,139); }

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

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

 span { border-color: rgb(177,30,139); }

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