#BA43BA

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

Shades of Fuchsia #BA43BA

Tints of Fuchsia #BA43BA

Color information

#BA43BA (or 0xBA43BA) is unknown color: approx Fuchsia. HEX triplet: BA, 43 and BA. RGB value is (186,67,186). Sum of RGB (Red+Green+Blue) = 186+67+186=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA43BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43BA is #45BC45. Grayscale: #737373. Windows color (decimal): -4570182 or 12207034. OLE color: 12207034.

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

Color convert

RGB18667186-
CMYK00.6400.27
HSL300º47.04%49.61%-
HSV(B)300º63.98%72.94%-
XYZ31.121848.29-
YUV116.15167.42177.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 67 (26.56% from 255) = 15.26%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=42.37%
G=15.26%
B=42.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866718600.6400.2730047.0449.61
HexBA43BA04001B12c2f32
Octal27210327201000334545762
Binary1011101010000111011101001000000011011100101100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA43BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA43BA; }

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

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

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

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

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

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

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

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