#BA38A8

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

Shades of Fuchsia #BA38A8

Tints of Fuchsia #BA38A8

Color information

#BA38A8 (or 0xBA38A8) is unknown color: approx Fuchsia. HEX triplet: BA, 38 and A8. RGB value is (186,56,168). Sum of RGB (Red+Green+Blue) = 186+56+168=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA38A8 is #45C757. Grayscale: #6B6B6B. Windows color (decimal): -4573016 or 11024570. OLE color: 11024570.

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

Color convert

RGB18656168-
CMYK00.700.100.27
HSL308.31º53.72%47.45%-
HSV(B)308.31º69.89%72.94%-
XYZ28.7316.0938.64-
YUV107.64162.07183.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 56 (22.27% from 255) = 13.66%
BLUE value IS 168 (66.02% from 255) = 40.98%
R=45.37%
G=13.66%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865616800.700.100.27308.3153.7247.45
HexBA38A8046A1B134362f
Octal27270250010612334646657
Binary101110101110001010100001000110101011011100110100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA38A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA38A8; }

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

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

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

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

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

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

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

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