#BA35AA

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

Shades of Fuchsia #BA35AA

Tints of Fuchsia #BA35AA

Color information

#BA35AA (or 0xBA35AA) is unknown color: approx Fuchsia. HEX triplet: BA, 35 and AA. RGB value is (186,53,170). Sum of RGB (Red+Green+Blue) = 186+53+170=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA35AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA35AA is #45CA55. Grayscale: #696969. Windows color (decimal): -4573782 or 11154874. OLE color: 11154874.

HSL color Cylindrical-coordinate representation of color #BA35AA: hue angle of 307.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA35AA is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18653170-
CMYK00.720.090.27
HSL307.22º55.65%46.86%-
HSV(B)307.22º71.51%72.94%-
XYZ28.7815.8939.58-
YUV106.1164.06184.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 53 (21.09% from 255) = 12.96%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=45.48%
G=12.96%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865317000.720.090.27307.2255.6546.86
HexBA35AA04891B133382f
Octal27265252011011334637057
Binary101110101101011010101001001000100111011100110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35AA; }

 p { color: rgb(186,53,170); }

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

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

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

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

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

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

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