#BA34AE

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

Shades of Fuchsia #BA34AE

Tints of Fuchsia #BA34AE

Color information

#BA34AE (or 0xBA34AE) is unknown color: approx Fuchsia. HEX triplet: BA, 34 and AE. RGB value is (186,52,174). Sum of RGB (Red+Green+Blue) = 186+52+174=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA34AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA34AE is #45CB51. Grayscale: #696969. Windows color (decimal): -4574034 or 11416762. OLE color: 11416762.

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

Color convert

RGB18652174-
CMYK00.720.060.27
HSL305.37º56.3%46.67%-
HSV(B)305.37º72.04%72.94%-
XYZ29.1215.9541.59-
YUV105.97166.39185.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 52 (20.70% from 255) = 12.62%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=45.15%
G=12.62%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865217400.720.060.27305.3756.346.67
HexBA34AE04861B131382f
Octal2726425601106334617057
Binary10111010110100101011100100100011011011100110001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA34AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA34AE; }

 p { color: rgb(186,52,174); }

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

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

 a { background-color: rgb(186,52,174); }

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

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

 span { border-color: rgb(186,52,174); }

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