#BA48B6

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

Shades of Fuchsia #BA48B6

Tints of Fuchsia #BA48B6

Color information

#BA48B6 (or 0xBA48B6) is unknown color: approx Fuchsia. HEX triplet: BA, 48 and B6. RGB value is (186,72,182). Sum of RGB (Red+Green+Blue) = 186+72+182=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA48B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA48B6 is #45B749. Grayscale: #767676. Windows color (decimal): -4568906 or 11946170. OLE color: 11946170.

HSL color Cylindrical-coordinate representation of color #BA48B6: hue angle of 302.11º 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 #BA48B6 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18672182-
CMYK00.610.020.27
HSL302.11º45.24%50.59%-
HSV(B)302.11º61.29%72.94%-
XYZ31.0118.4546.18-
YUV118.63163.77176.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 72 (28.52% from 255) = 16.36%
BLUE value IS 182 (71.48% from 255) = 41.36%
R=42.27%
G=16.36%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867218200.610.020.27302.1145.2450.59
HexBA48B603D21B12e2d33
Octal2721102660752334565563
Binary1011101010010001011011001111011011011100101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA48B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA48B6; }

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

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

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

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

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

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

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

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