#B112A3

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

Shades of Medium Violet Red #B112A3

Tints of Medium Violet Red #B112A3

Color information

#B112A3 (or 0xB112A3) is unknown color: approx Medium Violet Red. HEX triplet: B1, 12 and A3. RGB value is (177,18,163). Sum of RGB (Red+Green+Blue) = 177+18+163=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B112A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B112A3 is #4EED5C. Grayscale: #515151. Windows color (decimal): -5172573 or 10687153. OLE color: 10687153.

HSL color Cylindrical-coordinate representation of color #B112A3: hue angle of 305.28º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B112A3 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB17718163-
CMYK00.900.080.31
HSL305.28º81.54%38.24%-
HSV(B)305.28º89.83%69.41%-
XYZ24.9612.4235.73-
YUV82.07173.68195.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 163 (64.06% from 255) = 45.53%
R=49.44%
G=5.03%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771816300.900.080.31305.2881.5438.24
HexB112A305A81F1315226
Octal261222430132103746112246
Binary101100011001010100011010110101000111111001100011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B112A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B112A3; }

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

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

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

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

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

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

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

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