#BA57BD

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

Shades of Fuchsia #BA57BD

Tints of Fuchsia #BA57BD

Color information

#BA57BD (or 0xBA57BD) is unknown color: approx Fuchsia. HEX triplet: BA, 57 and BD. RGB value is (186,87,189). Sum of RGB (Red+Green+Blue) = 186+87+189=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA57BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA57BD is #45A842. Grayscale: #7F7F7F. Windows color (decimal): -4565059 or 12408762. OLE color: 12408762.

HSL color Cylindrical-coordinate representation of color #BA57BD: hue angle of 298.24º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA57BD is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18687189-
CMYK0.020.5400.26
HSL298.24º43.59%54.12%-
HSV(B)298.24º53.97%74.12%-
XYZ32.8420.9350.45-
YUV128.23162.3169.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 87 (34.38% from 255) = 18.83%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=40.26%
G=18.83%
B=40.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186871890.020.5400.26298.2443.5954.12
HexBA57BD23601A12a2c36
Octal2721272752660324525466
Binary1011101010101111011110110110110011010100101010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA57BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA57BD; }

 p { color: rgb(186,87,189); }

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

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

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

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

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

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

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