#B116A2

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

Shades of Medium Violet Red #B116A2

Tints of Medium Violet Red #B116A2

Color information

#B116A2 (or 0xB116A2) is unknown color: approx Medium Violet Red. HEX triplet: B1, 16 and A2. RGB value is (177,22,162). Sum of RGB (Red+Green+Blue) = 177+22+162=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B116A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B116A2 is #4EE95D. Grayscale: #535353. Windows color (decimal): -5171550 or 10622641. OLE color: 10622641.

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

Color convert

RGB17722162-
CMYK00.880.080.31
HSL305.81º77.89%39.02%-
HSV(B)305.81º87.57%69.41%-
XYZ24.9412.5335.29-
YUV84.3171.85194.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 22 (8.98% from 255) = 6.09%
BLUE value IS 162 (63.67% from 255) = 44.88%
R=49.03%
G=6.09%
B=44.88%

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
Decimal1772216200.880.080.31305.8177.8939.02
HexB116A205881F1324e27
Octal261262420130103746211647
Binary101100011011010100010010110001000111111001100101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B116A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B116A2; }

 p { color: rgb(177,22,162); }

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

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

 a { background-color: rgb(177,22,162); }

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

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

 span { border-color: rgb(177,22,162); }

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