#BA4DC6

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

Shades of Fuchsia #BA4DC6

Tints of Fuchsia #BA4DC6

Color information

#BA4DC6 (or 0xBA4DC6) is unknown color: approx Fuchsia. HEX triplet: BA, 4D and C6. RGB value is (186,77,198). Sum of RGB (Red+Green+Blue) = 186+77+198=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA4DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DC6 is #45B239. Grayscale: #7B7B7B. Windows color (decimal): -4567610 or 12996026. OLE color: 12996026.

HSL color Cylindrical-coordinate representation of color #BA4DC6: hue angle of 294.05º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4DC6 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18677198-
CMYK0.060.6100.22
HSL294.05º51.49%53.92%-
HSV(B)294.05º61.11%77.65%-
XYZ33.119.8255.51-
YUV123.38170.11172.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 77 (30.47% from 255) = 16.70%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=40.35%
G=16.70%
B=42.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186771980.060.6100.22294.0551.4953.92
HexBA4DC663D0161263336
Octal2721153066750264466366
Binary10111010100110111000110110111101010110100100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4DC6; }

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

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

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

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

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

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

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

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