#BA6FC2

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

Shades of Fuchsia #BA6FC2

Tints of Fuchsia #BA6FC2

Color information

#BA6FC2 (or 0xBA6FC2) is unknown color: approx Fuchsia. HEX triplet: BA, 6F and C2. RGB value is (186,111,194). Sum of RGB (Red+Green+Blue) = 186+111+194=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA6FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FC2 is #45903D. Grayscale: #8E8E8E. Windows color (decimal): -4558910 or 12742586. OLE color: 12742586.

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

Color convert

RGB186111194-
CMYK0.040.4300.24
HSL294.22º40.49%59.8%-
HSV(B)294.22º42.78%76.08%-
XYZ35.6725.754.12-
YUV142.89156.85158.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 194 (76.17% from 255) = 39.51%
R=37.88%
G=22.61%
B=39.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861111940.040.4300.24294.2240.4959.8
HexBA6FC242B018126283c
Octal2721573024530304465074
Binary10111010110111111000010100101011011000100100110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6FC2; }

 p { color: rgb(186,111,194); }

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

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

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

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

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

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

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