#BA48C5

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

Shades of Fuchsia #BA48C5

Tints of Fuchsia #BA48C5

Color information

#BA48C5 (or 0xBA48C5) is unknown color: approx Fuchsia. HEX triplet: BA, 48 and C5. RGB value is (186,72,197). Sum of RGB (Red+Green+Blue) = 186+72+197=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA48C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48C5 is #45B73A. Grayscale: #777777. Windows color (decimal): -4568891 or 12929210. OLE color: 12929210.

HSL color Cylindrical-coordinate representation of color #BA48C5: hue angle of 294.72º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA48C5 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18672197-
CMYK0.060.6300.23
HSL294.72º51.87%52.75%-
HSV(B)294.72º63.45%77.25%-
XYZ32.6519.1154.79-
YUV120.34171.27174.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 72 (28.52% from 255) = 15.82%
BLUE value IS 197 (77.34% from 255) = 43.30%
R=40.88%
G=15.82%
B=43.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186721970.060.6300.23294.7251.8752.75
HexBA48C563F0171273435
Octal2721103056770274476465
Binary10111010100100011000101110111111010111100100111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48C5; }

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

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

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

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

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

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

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

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