#B44BA4

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

Shades of Violet Blue #B44BA4

Tints of Violet Blue #B44BA4

Color information

#B44BA4 (or 0xB44BA4) is unknown color: approx Violet Blue. HEX triplet: B4, 4B and A4. RGB value is (180,75,164). Sum of RGB (Red+Green+Blue) = 180+75+164=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B44BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44BA4 is #4BB45B. Grayscale: #747474. Windows color (decimal): -4961372 or 10767284. OLE color: 10767284.

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

Color convert

RGB18075164-
CMYK00.580.090.29
HSL309.14º41.18%50%-
HSV(B)309.14º58.33%70.59%-
XYZ28.0417.4237.01-
YUV116.54154.79173.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 75 (29.69% from 255) = 17.90%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=42.96%
G=17.90%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807516400.580.090.29309.1441.1850
HexB44BA403A91D1352932
Octal26411324407211354655162
Binary101101001001011101001000111010100111101100110101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44BA4; }

 p { color: rgb(180,75,164); }

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

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

 a { background-color: rgb(180,75,164); }

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

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

 span { border-color: rgb(180,75,164); }

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