#BA45BA

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

Shades of Fuchsia #BA45BA

Tints of Fuchsia #BA45BA

Color information

#BA45BA (or 0xBA45BA) is unknown color: approx Fuchsia. HEX triplet: BA, 45 and BA. RGB value is (186,69,186). Sum of RGB (Red+Green+Blue) = 186+69+186=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA45BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45BA is #45BA45. Grayscale: #747474. Windows color (decimal): -4569670 or 12207546. OLE color: 12207546.

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

Color convert

RGB18669186-
CMYK00.6300.27
HSL300º45.88%50%-
HSV(B)300º62.9%72.94%-
XYZ31.2418.2448.33-
YUV117.32166.76176.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 69 (27.34% from 255) = 15.65%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=42.18%
G=15.65%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866918600.6300.2730045.8850
HexBA45BA03F01B12c2e32
Octal2721052720770334545662
Binary101110101000101101110100111111011011100101100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA45BA; }

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

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

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

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

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

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

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

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