#B44AA3

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

Shades of Violet Blue #B44AA3

Tints of Violet Blue #B44AA3

Color information

#B44AA3 (or 0xB44AA3) is unknown color: approx Violet Blue. HEX triplet: B4, 4A and A3. RGB value is (180,74,163). Sum of RGB (Red+Green+Blue) = 180+74+163=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B44AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44AA3 is #4BB55C. Grayscale: #737373. Windows color (decimal): -4961629 or 10701492. OLE color: 10701492.

HSL color Cylindrical-coordinate representation of color #B44AA3: hue angle of 309.62º 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 #B44AA3 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18074163-
CMYK00.590.090.29
HSL309.62º41.73%49.8%-
HSV(B)309.62º58.89%70.59%-
XYZ27.8817.2536.51-
YUV115.84154.62173.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 74 (29.30% from 255) = 17.75%
BLUE value IS 163 (64.06% from 255) = 39.09%
R=43.17%
G=17.75%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807416300.590.090.29309.6241.7349.8
HexB44AA303B91D1362a32
Octal26411224307311354665262
Binary101101001001010101000110111011100111101100110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44AA3; }

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

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

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

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

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

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

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

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