#BA38AE

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

Shades of Fuchsia #BA38AE

Tints of Fuchsia #BA38AE

Color information

#BA38AE (or 0xBA38AE) is unknown color: approx Fuchsia. HEX triplet: BA, 38 and AE. RGB value is (186,56,174). Sum of RGB (Red+Green+Blue) = 186+56+174=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA38AE is #45C751. Grayscale: #6B6B6B. Windows color (decimal): -4573010 or 11417786. OLE color: 11417786.

HSL color Cylindrical-coordinate representation of color #BA38AE: hue angle of 305.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA38AE is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18656174-
CMYK00.700.060.27
HSL305.54º53.72%47.45%-
HSV(B)305.54º69.89%72.94%-
XYZ29.316.3241.65-
YUV108.32165.07183.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 56 (22.27% from 255) = 13.46%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=44.71%
G=13.46%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865617400.700.060.27305.5453.7247.45
HexBA38AE04661B132362f
Octal2727025601066334626657
Binary10111010111000101011100100011011011011100110010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA38AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA38AE; }

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

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

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

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

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

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

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

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