#B44EA0

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

Shades of Violet Blue #B44EA0

Tints of Violet Blue #B44EA0

Color information

#B44EA0 (or 0xB44EA0) is unknown color: approx Violet Blue. HEX triplet: B4, 4E and A0. RGB value is (180,78,160). Sum of RGB (Red+Green+Blue) = 180+78+160=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B44EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44EA0 is #4BB15F. Grayscale: #757575. Windows color (decimal): -4960608 or 10505908. OLE color: 10505908.

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

Color convert

RGB18078160-
CMYK00.570.110.29
HSL311.76º40.48%50.59%-
HSV(B)311.76º56.67%70.59%-
XYZ27.8917.6935.2-
YUV117.85151.79172.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.06%
GREEN value IS 78 (30.86% from 255) = 18.66%
BLUE value IS 160 (62.89% from 255) = 38.28%
R=43.06%
G=18.66%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807816000.570.110.29311.7640.4850.59
HexB44EA0039B1D1382833
Octal26411624007113354705063
Binary101101001001110101000000111001101111101100111000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44EA0; }

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

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

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

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

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

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

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

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