#B44FA6

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

Shades of Violet Blue #B44FA6

Tints of Violet Blue #B44FA6

Color information

#B44FA6 (or 0xB44FA6) is unknown color: approx Violet Blue. HEX triplet: B4, 4F and A6. RGB value is (180,79,166). Sum of RGB (Red+Green+Blue) = 180+79+166=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B44FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44FA6 is #4BB059. Grayscale: #767676. Windows color (decimal): -4960346 or 10899380. OLE color: 10899380.

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

Color convert

RGB18079166-
CMYK00.560.080.29
HSL308.32º40.24%50.78%-
HSV(B)308.32º56.11%70.59%-
XYZ28.518.0538.06-
YUV119.12154.46171.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 79 (31.25% from 255) = 18.59%
BLUE value IS 166 (65.23% from 255) = 39.06%
R=42.35%
G=18.59%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807916600.560.080.29308.3240.2450.78
HexB44FA603881D1342833
Octal26411724607010354645063
Binary101101001001111101001100111000100011101100110100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44FA6; }

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

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

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

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

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

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

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

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