#BA5EC6

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

Shades of Fuchsia #BA5EC6

Tints of Fuchsia #BA5EC6

Color information

#BA5EC6 (or 0xBA5EC6) is unknown color: approx Fuchsia. HEX triplet: BA, 5E and C6. RGB value is (186,94,198). Sum of RGB (Red+Green+Blue) = 186+94+198=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA5EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EC6 is #45A139. Grayscale: #858585. Windows color (decimal): -4563258 or 13000378. OLE color: 13000378.

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

Color convert

RGB18694198-
CMYK0.060.5300.22
HSL293.08º47.71%57.25%-
HSV(B)293.08º52.53%77.65%-
XYZ34.4522.5255.96-
YUV133.36164.48165.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 94 (37.11% from 255) = 19.67%
BLUE value IS 198 (77.73% from 255) = 41.42%
R=38.91%
G=19.67%
B=41.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186941980.060.5300.22293.0847.7157.25
HexBA5EC66350161253039
Octal2721363066650264456071
Binary10111010101111011000110110110101010110100100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EC6; }

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

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

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

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

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

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

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

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