#BA45C4

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

Shades of Fuchsia #BA45C4

Tints of Fuchsia #BA45C4

Color information

#BA45C4 (or 0xBA45C4) is unknown color: approx Fuchsia. HEX triplet: BA, 45 and C4. RGB value is (186,69,196). Sum of RGB (Red+Green+Blue) = 186+69+196=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA45C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45C4 is #45BA3B. Grayscale: #767676. Windows color (decimal): -4569660 or 12862906. OLE color: 12862906.

HSL color Cylindrical-coordinate representation of color #BA45C4: hue angle of 295.28º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA45C4 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18669196-
CMYK0.050.6500.23
HSL295.28º51.84%51.96%-
HSV(B)295.28º64.8%76.86%-
XYZ32.3418.6854.13-
YUV118.46171.76176.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 69 (27.34% from 255) = 15.30%
BLUE value IS 196 (76.95% from 255) = 43.46%
R=41.24%
G=15.30%
B=43.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186691960.050.6500.23295.2851.8451.96
HexBA45C45410171273434
Octal27210530451010274476464
Binary101110101000101110001001011000001010111100100111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA45C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA45C4; }

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

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

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

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

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

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

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

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