#BA48B3

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

Shades of Fuchsia #BA48B3

Tints of Fuchsia #BA48B3

Color information

#BA48B3 (or 0xBA48B3) is unknown color: approx Fuchsia. HEX triplet: BA, 48 and B3. RGB value is (186,72,179). Sum of RGB (Red+Green+Blue) = 186+72+179=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48B3 is #45B74C. Grayscale: #757575. Windows color (decimal): -4568909 or 11749562. OLE color: 11749562.

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

Color convert

RGB18672179-
CMYK00.610.040.27
HSL303.68º45.24%50.59%-
HSV(B)303.68º61.29%72.94%-
XYZ30.718.3344.57-
YUV118.28162.27176.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 72 (28.52% from 255) = 16.48%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=42.56%
G=16.48%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867217900.610.040.27303.6845.2450.59
HexBA48B303D41B1302d33
Octal2721102630754334605563
Binary10111010100100010110011011110110011011100110000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48B3; }

 p { color: rgb(186,72,179); }

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

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

 a { background-color: rgb(186,72,179); }

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

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

 span { border-color: rgb(186,72,179); }

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