#B11F7F

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

Shades of Medium Red Violet #B11F7F

Tints of Medium Red Violet #B11F7F

Color information

#B11F7F (or 0xB11F7F) is unknown color: approx Medium Red Violet. HEX triplet: B1, 1F and 7F. RGB value is (177,31,127). Sum of RGB (Red+Green+Blue) = 177+31+127=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11F7F is #4EE080. Grayscale: #555555. Windows color (decimal): -5169281 or 8331185. OLE color: 8331185.

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

Color convert

RGB17731127-
CMYK00.820.280.31
HSL320.55º70.19%40.78%-
HSV(B)320.55º82.49%69.41%-
XYZ22.4511.8621.18-
YUV85.6151.37193.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.84%
GREEN value IS 31 (12.5% from 255) = 9.25%
BLUE value IS 127 (50% from 255) = 37.91%
R=52.84%
G=9.25%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773112700.820.280.31320.5570.1940.78
HexB11F7F0521C1F1414629
Octal261371770122343750110651
Binary101100011111111111110101001011100111111010000011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11F7F; }

 p { color: rgb(177,31,127); }

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

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

 a { background-color: rgb(177,31,127); }

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

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

 span { border-color: rgb(177,31,127); }

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