#BA6FBA

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

Shades of Fuchsia #BA6FBA

Tints of Fuchsia #BA6FBA

Color information

#BA6FBA (or 0xBA6FBA) is unknown color: approx Fuchsia. HEX triplet: BA, 6F and BA. RGB value is (186,111,186). Sum of RGB (Red+Green+Blue) = 186+111+186=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA6FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FBA is #459045. Grayscale: #8D8D8D. Windows color (decimal): -4558918 or 12218298. OLE color: 12218298.

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

Color convert

RGB186111186-
CMYK00.4000.27
HSL300º35.21%58.24%-
HSV(B)300º40.32%72.94%-
XYZ34.825.3549.51-
YUV141.98152.85159.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=38.51%
G=22.98%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611118600.4000.2730035.2158.24
HexBA6FBA02801B12c233a
Octal2721572720500334544372
Binary101110101101111101110100101000011011100101100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6FBA; }

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

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

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

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

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

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

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

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