#B016A5

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

Shades of Medium Violet Red #B016A5

Tints of Medium Violet Red #B016A5

Color information

#B016A5 (or 0xB016A5) is unknown color: approx Medium Violet Red. HEX triplet: B0, 16 and A5. RGB value is (176,22,165). Sum of RGB (Red+Green+Blue) = 176+22+165=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B016A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B016A5 is #4FE95A. Grayscale: #535353. Windows color (decimal): -5237083 or 10819248. OLE color: 10819248.

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

Color convert

RGB17622165-
CMYK00.880.060.31
HSL304.29º77.78%38.82%-
HSV(B)304.29º87.5%69.02%-
XYZ24.9812.5236.7-
YUV84.35173.52193.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 22 (8.98% from 255) = 6.06%
BLUE value IS 165 (64.84% from 255) = 45.45%
R=48.48%
G=6.06%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762216500.880.060.31304.2977.7838.82
HexB016A505861F1304e27
Octal26026245013063746011647
Binary10110000101101010010101011000110111111001100001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B016A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B016A5; }

 p { color: rgb(176,22,165); }

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

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

 a { background-color: rgb(176,22,165); }

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

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

 span { border-color: rgb(176,22,165); }

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