#BA35B7

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

Shades of Fuchsia #BA35B7

Tints of Fuchsia #BA35B7

Color information

#BA35B7 (or 0xBA35B7) is unknown color: approx Fuchsia. HEX triplet: BA, 35 and B7. RGB value is (186,53,183). Sum of RGB (Red+Green+Blue) = 186+53+183=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA35B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA35B7 is #45CA48. Grayscale: #6B6B6B. Windows color (decimal): -4573769 or 12006842. OLE color: 12006842.

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

Color convert

RGB18653183-
CMYK00.720.020.27
HSL301.35º55.65%46.86%-
HSV(B)301.35º71.51%72.94%-
XYZ30.0716.446.38-
YUV107.59170.56183.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 53 (21.09% from 255) = 12.56%
BLUE value IS 183 (71.88% from 255) = 43.36%
R=44.08%
G=12.56%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865318300.720.020.27301.3555.6546.86
HexBA35B704821B12d382f
Octal2726526701102334557057
Binary1011101011010110110111010010001011011100101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35B7; }

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

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

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

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

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

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

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

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