#BA5DC1

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

Shades of Fuchsia #BA5DC1

Tints of Fuchsia #BA5DC1

Color information

#BA5DC1 (or 0xBA5DC1) is unknown color: approx Fuchsia. HEX triplet: BA, 5D and C1. RGB value is (186,93,193). Sum of RGB (Red+Green+Blue) = 186+93+193=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DC1 is #45A23E. Grayscale: #838383. Windows color (decimal): -4563519 or 12672442. OLE color: 12672442.

HSL color Cylindrical-coordinate representation of color #BA5DC1: hue angle of 295.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5DC1 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18693193-
CMYK0.040.5200.24
HSL295.8º44.64%56.08%-
HSV(B)295.8º51.81%75.69%-
XYZ33.7922.1252.94-
YUV132.21162.31166.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 93 (36.72% from 255) = 19.70%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=39.41%
G=19.70%
B=40.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186931930.040.5200.24295.844.6456.08
HexBA5DC14340181282d38
Octal2721353014640304505570
Binary10111010101110111000001100110100011000100101000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DC1; }

 p { color: rgb(186,93,193); }

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

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

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

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

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

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

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