#B44AA0

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

Shades of Violet Blue #B44AA0

Tints of Violet Blue #B44AA0

Color information

#B44AA0 (or 0xB44AA0) is unknown color: approx Violet Blue. HEX triplet: B4, 4A and A0. RGB value is (180,74,160). Sum of RGB (Red+Green+Blue) = 180+74+160=414 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.48% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AA0 is #4BB55F. Grayscale: #737373. Windows color (decimal): -4961632 or 10504884. OLE color: 10504884.

HSL color Cylindrical-coordinate representation of color #B44AA0: hue angle of 311.32º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B44AA0 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18074160-
CMYK00.590.110.29
HSL311.32º41.73%49.8%-
HSV(B)311.32º58.89%70.59%-
XYZ27.6217.1435.11-
YUV115.5153.12174.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.48%
GREEN value IS 74 (29.30% from 255) = 17.87%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=43.48%
G=17.87%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807416000.590.110.29311.3241.7349.8
HexB44AA003BB1D1372a32
Octal26411224007313354675262
Binary101101001001010101000000111011101111101100110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AA0; }

 p { color: rgb(180,74,160); }

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

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

 a { background-color: rgb(180,74,160); }

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

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

 span { border-color: rgb(180,74,160); }

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