#b11c7d

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

Shades of Medium Violet Red #B11C7D

Tints of Medium Violet Red #B11C7D

Color information

#B11C7D (or 0xB11C7D) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1C and 7D. RGB value is (177,28,125). Sum of RGB (Red+Green+Blue) = 177+28+125=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11C7D is #4EE382. Grayscale: #535353. Windows color (decimal): -5170051 or 8199345. OLE color: 8199345.

HSL color Cylindrical-coordinate representation of color #B11C7D: hue angle of 320.94º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11C7D is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17728125-
CMYK00.840.290.31
HSL320.94º72.68%40.2%-
HSV(B)320.94º84.18%69.41%-
XYZ22.2511.6620.48-
YUV83.61151.36194.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.64%
GREEN value IS 28 (11.33% from 255) = 8.48%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=53.64%
G=8.48%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772812500.840.290.31320.9472.6840.2
HexB11C7D0541D1F1414928
Octal261341750124353750111150
Binary101100011110011111010101010011101111111010000011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b11c7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b11c7d; }

 p { color: rgb(177,28,125); }

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

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

 a { background-color: rgb(177,28,125); }

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

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

 span { border-color: rgb(177,28,125); }

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