#BA51A7

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

Shades of Fuchsia #BA51A7

Tints of Fuchsia #BA51A7

Color information

#BA51A7 (or 0xBA51A7) is unknown color: approx Fuchsia. HEX triplet: BA, 51 and A7. RGB value is (186,81,167). Sum of RGB (Red+Green+Blue) = 186+81+167=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51A7 is #45AE58. Grayscale: #797979. Windows color (decimal): -4566617 or 10965434. OLE color: 10965434.

HSL color Cylindrical-coordinate representation of color #BA51A7: hue angle of 310.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA51A7 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18681167-
CMYK00.560.100.27
HSL310.86º43.21%52.35%-
HSV(B)310.86º56.45%72.94%-
XYZ30.1719.1138.66-
YUV122.2153.29173.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=42.86%
G=18.66%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868116700.560.100.27310.8643.2152.35
HexBA51A7038A1B1372b34
Octal27212124707012334675364
Binary101110101010001101001110111000101011011100110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51A7; }

 p { color: rgb(186,81,167); }

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

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

 a { background-color: rgb(186,81,167); }

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

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

 span { border-color: rgb(186,81,167); }

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