#B5169A

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

Shades of Medium Violet Red #B5169A

Tints of Medium Violet Red #B5169A

Color information

#B5169A (or 0xB5169A) is unknown color: approx Medium Violet Red. HEX triplet: B5, 16 and 9A. RGB value is (181,22,154). Sum of RGB (Red+Green+Blue) = 181+22+154=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B5169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5169A is #4AE965. Grayscale: #545454. Windows color (decimal): -4909414 or 10098357. OLE color: 10098357.

HSL color Cylindrical-coordinate representation of color #B5169A: hue angle of 310.19º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5169A is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18122154-
CMYK00.880.150.29
HSL310.19º78.33%39.8%-
HSV(B)310.19º87.85%70.98%-
XYZ25.1812.7331.7-
YUV84.59167.18196.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=50.70%
G=6.16%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812215400.880.150.29310.1978.3339.8
HexB5169A058F1D1364e28
Octal265262320130173546611650
Binary101101011011010011010010110001111111011001101101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5169A; }

 p { color: rgb(181,22,154); }

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

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

 a { background-color: rgb(181,22,154); }

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

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

 span { border-color: rgb(181,22,154); }

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