#BA35C1

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

Shades of Fuchsia #BA35C1

Tints of Fuchsia #BA35C1

Color information

#BA35C1 (or 0xBA35C1) is unknown color: approx Fuchsia. HEX triplet: BA, 35 and C1. RGB value is (186,53,193). Sum of RGB (Red+Green+Blue) = 186+53+193=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA35C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35C1 is #45CA3E. Grayscale: #6C6C6C. Windows color (decimal): -4573759 or 12662202. OLE color: 12662202.

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

Color convert

RGB18653193-
CMYK0.040.7300.24
HSL297º56.91%48.24%-
HSV(B)297º72.54%75.69%-
XYZ31.1516.8452.06-
YUV108.73175.56183.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 53 (21.09% from 255) = 12.27%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=43.06%
G=12.27%
B=44.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186531930.040.7300.2429756.9148.24
HexBA35C14490181293930
Octal2726530141110304517160
Binary10111010110101110000011001001001011000100101001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35C1; }

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

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

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

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

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

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

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

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