#B44ABA

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

Shades of Fuchsia #B44ABA

Tints of Fuchsia #B44ABA

Color information

#B44ABA (or 0xB44ABA) is unknown color: approx Fuchsia. HEX triplet: B4, 4A and BA. RGB value is (180,74,186). Sum of RGB (Red+Green+Blue) = 180+74+186=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #B44ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44ABA is #4BB545. Grayscale: #767676. Windows color (decimal): -4961606 or 12208820. OLE color: 12208820.

HSL color Cylindrical-coordinate representation of color #B44ABA: hue angle of 296.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44ABA is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18074186-
CMYK0.030.6000.27
HSL296.79º44.8%50.98%-
HSV(B)296.79º60.22%72.94%-
XYZ30.1318.1548.37-
YUV118.46166.12171.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 74 (29.30% from 255) = 16.82%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=40.91%
G=16.82%
B=42.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180741860.030.6000.27296.7944.850.98
HexB44ABA33C01B1292d33
Octal2641122723740334515563
Binary1011010010010101011101011111100011011100101001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44ABA; }

 p { color: rgb(180,74,186); }

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

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

 a { background-color: rgb(180,74,186); }

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

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

 span { border-color: rgb(180,74,186); }

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