#B1158D

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

Shades of Medium Violet Red #B1158D

Tints of Medium Violet Red #B1158D

Color information

#B1158D (or 0xB1158D) is unknown color: approx Medium Violet Red. HEX triplet: B1, 15 and 8D. RGB value is (177,21,141). Sum of RGB (Red+Green+Blue) = 177+21+141=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1158D is #4EEA72. Grayscale: #515151. Windows color (decimal): -5171827 or 9246129. OLE color: 9246129.

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

Color convert

RGB17721141-
CMYK00.880.200.31
HSL313.85º78.79%38.82%-
HSV(B)313.85º88.14%69.41%-
XYZ23.2111.8126.26-
YUV81.32161.68196.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 21 (8.59% from 255) = 6.19%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=52.21%
G=6.19%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772114100.880.200.31313.8578.7938.82
HexB1158D058141F13a4f27
Octal261252150130243747211747
Binary1011000110101100011010101100010100111111001110101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1158D; }

 p { color: rgb(177,21,141); }

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

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

 a { background-color: rgb(177,21,141); }

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

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

 span { border-color: rgb(177,21,141); }

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