#BA5FBA

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

Shades of Fuchsia #BA5FBA

Tints of Fuchsia #BA5FBA

Color information

#BA5FBA (or 0xBA5FBA) is unknown color: approx Fuchsia. HEX triplet: BA, 5F and BA. RGB value is (186,95,186). Sum of RGB (Red+Green+Blue) = 186+95+186=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FBA is #45A045. Grayscale: #848484. Windows color (decimal): -4563014 or 12214202. OLE color: 12214202.

HSL color Cylindrical-coordinate representation of color #BA5FBA: hue angle of 300º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5FBA is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18695186-
CMYK00.4900.27
HSL300º39.74%55.1%-
HSV(B)300º48.92%72.94%-
XYZ33.222.1748.98-
YUV132.58158.15166.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=39.83%
G=20.34%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869518600.4900.2730039.7455.1
HexBA5FBA03101B12c2837
Octal2721372720610334545067
Binary101110101011111101110100110001011011100101100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5FBA; }

 p { color: rgb(186,95,186); }

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

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

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

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

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

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

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