#B016A3

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

Shades of Medium Violet Red #B016A3

Tints of Medium Violet Red #B016A3

Color information

#B016A3 (or 0xB016A3) is unknown color: approx Medium Violet Red. HEX triplet: B0, 16 and A3. RGB value is (176,22,163). Sum of RGB (Red+Green+Blue) = 176+22+163=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 22 (8.98% from 255 or 6.09% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B016A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B016A3 is #4FE95C. Grayscale: #535353. Windows color (decimal): -5237085 or 10688176. OLE color: 10688176.

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

Color convert

RGB17622163-
CMYK00.880.070.31
HSL305.06º77.78%38.82%-
HSV(B)305.06º87.5%69.02%-
XYZ24.812.4535.75-
YUV84.12172.52193.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 22 (8.98% from 255) = 6.09%
BLUE value IS 163 (64.06% from 255) = 45.15%
R=48.75%
G=6.09%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762216300.880.070.31305.0677.7838.82
HexB016A305871F1314e27
Octal26026243013073746111647
Binary10110000101101010001101011000111111111001100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B016A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B016A3; }

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

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

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

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

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

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

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

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