#B11E7A

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

Shades of Medium Red Violet #B11E7A

Tints of Medium Red Violet #B11E7A

Color information

#B11E7A (or 0xB11E7A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 1E and 7A. RGB value is (177,30,122). Sum of RGB (Red+Green+Blue) = 177+30+122=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11E7A is #4EE185. Grayscale: #545454. Windows color (decimal): -5169542 or 8003249. OLE color: 8003249.

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

Color convert

RGB17730122-
CMYK00.830.310.31
HSL322.45º71.01%40.59%-
HSV(B)322.45º83.05%69.41%-
XYZ22.1111.6819.5-
YUV84.44149.2194.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.80%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=53.80%
G=9.12%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773012200.830.310.31322.4571.0140.59
HexB11E7A0531F1F1424729
Octal261361720123373750210751
Binary101100011111011110100101001111111111111010000101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E7A; }

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

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

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

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

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

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

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

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