#BA35C9

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

Shades of Fuchsia #BA35C9

Tints of Fuchsia #BA35C9

Color information

#BA35C9 (or 0xBA35C9) is unknown color: approx Fuchsia. HEX triplet: BA, 35 and C9. RGB value is (186,53,201). Sum of RGB (Red+Green+Blue) = 186+53+201=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 53 (21.09% from 255 or 12.05% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA35C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35C9 is #45CA36. Grayscale: #6D6D6D. Windows color (decimal): -4573751 or 13186490. OLE color: 13186490.

HSL color Cylindrical-coordinate representation of color #BA35C9: hue angle of 293.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA35C9 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18653201-
CMYK0.070.7400.21
HSL293.92º58.27%49.8%-
HSV(B)293.92º73.63%78.82%-
XYZ32.0717.256.89-
YUV109.64179.56182.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 53 (21.09% from 255) = 12.05%
BLUE value IS 201 (78.91% from 255) = 45.68%
R=42.27%
G=12.05%
B=45.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186532010.070.7400.21293.9258.2749.8
HexBA35C974A0151263a32
Octal2726531171120254467262
Binary10111010110101110010011111001010010101100100110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35C9; }

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

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

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

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

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

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

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

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