#BA4DC1

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

Shades of Fuchsia #BA4DC1

Tints of Fuchsia #BA4DC1

Color information

#BA4DC1 (or 0xBA4DC1) is unknown color: approx Fuchsia. HEX triplet: BA, 4D and C1. RGB value is (186,77,193). Sum of RGB (Red+Green+Blue) = 186+77+193=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA4DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DC1 is #45B23E. Grayscale: #7A7A7A. Windows color (decimal): -4567615 or 12668346. OLE color: 12668346.

HSL color Cylindrical-coordinate representation of color #BA4DC1: hue angle of 296.38º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4DC1 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18677193-
CMYK0.040.6000.24
HSL296.38º48.33%52.94%-
HSV(B)296.38º60.1%75.69%-
XYZ32.5319.652.52-
YUV122.82167.61173.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 77 (30.47% from 255) = 16.89%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=40.79%
G=16.89%
B=42.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186771930.040.6000.24296.3848.3352.94
HexBA4DC143C0181283035
Octal2721153014740304506065
Binary10111010100110111000001100111100011000100101000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4DC1; }

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

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

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

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

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

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

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

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