#B44FA4

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

Shades of Violet Blue #B44FA4

Tints of Violet Blue #B44FA4

Color information

#B44FA4 (or 0xB44FA4) is unknown color: approx Violet Blue. HEX triplet: B4, 4F and A4. RGB value is (180,79,164). Sum of RGB (Red+Green+Blue) = 180+79+164=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B44FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44FA4 is #4BB05B. Grayscale: #767676. Windows color (decimal): -4960348 or 10768308. OLE color: 10768308.

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

Color convert

RGB18079164-
CMYK00.560.090.29
HSL309.5º40.24%50.78%-
HSV(B)309.5º56.11%70.59%-
XYZ28.3217.9837.1-
YUV118.89153.46171.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=42.55%
G=18.68%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807916400.560.090.29309.540.2450.78
HexB44FA403891D1362833
Octal26411724407011354665063
Binary101101001001111101001000111000100111101100110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44FA4; }

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

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

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

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

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

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

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

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