#BA58C3

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

Shades of Fuchsia #BA58C3

Tints of Fuchsia #BA58C3

Color information

#BA58C3 (or 0xBA58C3) is unknown color: approx Fuchsia. HEX triplet: BA, 58 and C3. RGB value is (186,88,195). Sum of RGB (Red+Green+Blue) = 186+88+195=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA58C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA58C3 is #45A73C. Grayscale: #818181. Windows color (decimal): -4564797 or 12802234. OLE color: 12802234.

HSL color Cylindrical-coordinate representation of color #BA58C3: hue angle of 294.95º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA58C3 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18688195-
CMYK0.050.5500.24
HSL294.95º47.14%55.49%-
HSV(B)294.95º54.87%76.47%-
XYZ33.5921.3653.98-
YUV129.5164.97168.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 195 (76.56% from 255) = 41.58%
R=39.66%
G=18.76%
B=41.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186881950.050.5500.24294.9547.1455.49
HexBA58C35370181272f37
Octal2721303035670304475767
Binary10111010101100011000011101110111011000100100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA58C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA58C3; }

 p { color: rgb(186,88,195); }

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

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

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

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

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

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

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