#BA48C0

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

Shades of Fuchsia #BA48C0

Tints of Fuchsia #BA48C0

Color information

#BA48C0 (or 0xBA48C0) is unknown color: approx Fuchsia. HEX triplet: BA, 48 and C0. RGB value is (186,72,192). Sum of RGB (Red+Green+Blue) = 186+72+192=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA48C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48C0 is #45B73F. Grayscale: #777777. Windows color (decimal): -4568896 or 12601530. OLE color: 12601530.

HSL color Cylindrical-coordinate representation of color #BA48C0: hue angle of 297º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA48C0 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18672192-
CMYK0.030.6300.25
HSL297º48.78%51.76%-
HSV(B)297º62.5%75.29%-
XYZ32.0818.8851.82-
YUV119.77168.77175.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 72 (28.52% from 255) = 16%
BLUE value IS 192 (75.39% from 255) = 42.67%
R=41.33%
G=16%
B=42.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186721920.030.6300.2529748.7851.76
HexBA48C033F0191293134
Octal2721103003770314516164
Binary1011101010010001100000011111111011001100101001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48C0; }

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

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

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

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

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

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

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

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