#BA35B4

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

Shades of Fuchsia #BA35B4

Tints of Fuchsia #BA35B4

Color information

#BA35B4 (or 0xBA35B4) is unknown color: approx Fuchsia. HEX triplet: BA, 35 and B4. RGB value is (186,53,180). Sum of RGB (Red+Green+Blue) = 186+53+180=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA35B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35B4 is #45CA4B. Grayscale: #6A6A6A. Windows color (decimal): -4573772 or 11810234. OLE color: 11810234.

HSL color Cylindrical-coordinate representation of color #BA35B4: hue angle of 302.71º 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 #BA35B4 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18653180-
CMYK00.720.030.27
HSL302.71º55.65%46.86%-
HSV(B)302.71º71.51%72.94%-
XYZ29.7616.2844.75-
YUV107.24169.06184.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 53 (21.09% from 255) = 12.65%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=44.39%
G=12.65%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865318000.720.030.27302.7155.6546.86
HexBA35B404831B12f382f
Octal2726526401103334577057
Binary1011101011010110110100010010001111011100101111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35B4; }

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

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

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

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

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

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

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

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