#BA48C8

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

Shades of Fuchsia #BA48C8

Tints of Fuchsia #BA48C8

Color information

#BA48C8 (or 0xBA48C8) is unknown color: approx Fuchsia. HEX triplet: BA, 48 and C8. RGB value is (186,72,200). Sum of RGB (Red+Green+Blue) = 186+72+200=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA48C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48C8 is #45B737. Grayscale: #787878. Windows color (decimal): -4568888 or 13125818. OLE color: 13125818.

HSL color Cylindrical-coordinate representation of color #BA48C8: hue angle of 293.44º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA48C8 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18672200-
CMYK0.070.6400.22
HSL293.44º53.78%53.33%-
HSV(B)293.44º64%78.43%-
XYZ32.9919.2456.62-
YUV120.68172.77174.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 72 (28.52% from 255) = 15.72%
BLUE value IS 200 (78.52% from 255) = 43.67%
R=40.61%
G=15.72%
B=43.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186722000.070.6400.22293.4453.7853.33
HexBA48C87400161253635
Octal27211031071000264456665
Binary101110101001000110010001111000000010110100100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48C8; }

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

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

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

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

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

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

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

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