#B44EA8

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

Shades of Violet Blue #B44EA8

Tints of Violet Blue #B44EA8

Color information

#B44EA8 (or 0xB44EA8) is unknown color: approx Violet Blue. HEX triplet: B4, 4E and A8. RGB value is (180,78,168). Sum of RGB (Red+Green+Blue) = 180+78+168=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B44EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44EA8 is #4BB157. Grayscale: #767676. Windows color (decimal): -4960600 or 11030196. OLE color: 11030196.

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

Color convert

RGB18078168-
CMYK00.570.070.29
HSL307.06º40.48%50.59%-
HSV(B)307.06º56.67%70.59%-
XYZ28.6117.9839.01-
YUV118.76155.79171.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.25%
GREEN value IS 78 (30.86% from 255) = 18.31%
BLUE value IS 168 (66.02% from 255) = 39.44%
R=42.25%
G=18.31%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807816800.570.070.29307.0640.4850.59
HexB44EA803971D1332833
Octal2641162500717354635063
Binary10110100100111010101000011100111111101100110011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44EA8; }

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

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

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

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

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

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

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

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