#B44BA0

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

Shades of Violet Blue #B44BA0

Tints of Violet Blue #B44BA0

Color information

#B44BA0 (or 0xB44BA0) is unknown color: approx Violet Blue. HEX triplet: B4, 4B and A0. RGB value is (180,75,160). Sum of RGB (Red+Green+Blue) = 180+75+160=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B44BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44BA0 is #4BB45F. Grayscale: #737373. Windows color (decimal): -4961376 or 10505140. OLE color: 10505140.

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

Color convert

RGB18075160-
CMYK00.580.110.29
HSL311.43º41.18%50%-
HSV(B)311.43º58.33%70.59%-
XYZ27.6817.2735.13-
YUV116.08152.79173.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.37%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 160 (62.89% from 255) = 38.55%
R=43.37%
G=18.07%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807516000.580.110.29311.4341.1850
HexB44BA003AB1D1372932
Octal26411324007213354675162
Binary101101001001011101000000111010101111101100110111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44BA0; }

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

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

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

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

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

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

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

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