#BA61BA

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

Shades of Fuchsia #BA61BA

Tints of Fuchsia #BA61BA

Color information

#BA61BA (or 0xBA61BA) is unknown color: approx Fuchsia. HEX triplet: BA, 61 and BA. RGB value is (186,97,186). Sum of RGB (Red+Green+Blue) = 186+97+186=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA61BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61BA is #459E45. Grayscale: #858585. Windows color (decimal): -4562502 or 12214714. OLE color: 12214714.

HSL color Cylindrical-coordinate representation of color #BA61BA: hue angle of 300º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA61BA is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18697186-
CMYK00.4800.27
HSL300º39.21%55.49%-
HSV(B)300º47.85%72.94%-
XYZ33.3922.5349.04-
YUV133.76157.49165.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=39.66%
G=20.68%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869718600.4800.2730039.2155.49
HexBA61BA03001B12c2737
Octal2721412720600334544767
Binary101110101100001101110100110000011011100101100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61BA; }

 p { color: rgb(186,97,186); }

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

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

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

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

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

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

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