#B249A3

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

Shades of Violet Blue #B249A3

Tints of Violet Blue #B249A3

Color information

#B249A3 (or 0xB249A3) is unknown color: approx Violet Blue. HEX triplet: B2, 49 and A3. RGB value is (178,73,163). Sum of RGB (Red+Green+Blue) = 178+73+163=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B249A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B249A3 is #4DB65C. Grayscale: #727272. Windows color (decimal): -5092957 or 10701234. OLE color: 10701234.

HSL color Cylindrical-coordinate representation of color #B249A3: hue angle of 308.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B249A3 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB17873163-
CMYK00.590.080.30
HSL308.57º41.83%49.22%-
HSV(B)308.57º58.99%69.8%-
XYZ27.3516.8736.47-
YUV114.66155.29173.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.00%
GREEN value IS 73 (28.91% from 255) = 17.63%
BLUE value IS 163 (64.06% from 255) = 39.37%
R=43.00%
G=17.63%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787316300.590.080.30308.5741.8349.22
HexB249A303B81E1352a31
Octal26211124307310364655261
Binary101100101001001101000110111011100011110100110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B249A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B249A3; }

 p { color: rgb(178,73,163); }

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

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

 a { background-color: rgb(178,73,163); }

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

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

 span { border-color: rgb(178,73,163); }

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