#B049A1

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

Shades of Violet Blue #B049A1

Tints of Violet Blue #B049A1

Color information

#B049A1 (or 0xB049A1) is unknown color: approx Violet Blue. HEX triplet: B0, 49 and A1. RGB value is (176,73,161). Sum of RGB (Red+Green+Blue) = 176+73+161=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B049A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B049A1 is #4FB65E. Grayscale: #717171. Windows color (decimal): -5224031 or 10570160. OLE color: 10570160.

HSL color Cylindrical-coordinate representation of color #B049A1: hue angle of 308.74º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B049A1 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17673161-
CMYK00.590.090.31
HSL308.74º41.37%48.82%-
HSV(B)308.74º58.52%69.02%-
XYZ26.7216.5735.51-
YUV113.83154.62172.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 73 (28.91% from 255) = 17.80%
BLUE value IS 161 (63.28% from 255) = 39.27%
R=42.93%
G=17.80%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767316100.590.090.31308.7441.3748.82
HexB049A103B91F1352931
Octal26011124107311374655161
Binary101100001001001101000010111011100111111100110101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B049A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B049A1; }

 p { color: rgb(176,73,161); }

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

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

 a { background-color: rgb(176,73,161); }

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

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

 span { border-color: rgb(176,73,161); }

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