#B115A3

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

Shades of Medium Violet Red #B115A3

Tints of Medium Violet Red #B115A3

Color information

#B115A3 (or 0xB115A3) is unknown color: approx Medium Violet Red. HEX triplet: B1, 15 and A3. RGB value is (177,21,163). Sum of RGB (Red+Green+Blue) = 177+21+163=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B115A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B115A3 is #4EEA5C. Grayscale: #535353. Windows color (decimal): -5171805 or 10687921. OLE color: 10687921.

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

Color convert

RGB17721163-
CMYK00.880.080.31
HSL305.38º78.79%38.82%-
HSV(B)305.38º88.14%69.41%-
XYZ25.0112.5335.75-
YUV83.83172.68194.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 21 (8.59% from 255) = 5.82%
BLUE value IS 163 (64.06% from 255) = 45.15%
R=49.03%
G=5.82%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772116300.880.080.31305.3878.7938.82
HexB115A305881F1314f27
Octal261252430130103746111747
Binary101100011010110100011010110001000111111001100011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B115A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B115A3; }

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

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

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

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

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

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

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

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