#BA4AA7

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

Shades of Fuchsia #BA4AA7

Tints of Fuchsia #BA4AA7

Color information

#BA4AA7 (or 0xBA4AA7) is unknown color: approx Fuchsia. HEX triplet: BA, 4A and A7. RGB value is (186,74,167). Sum of RGB (Red+Green+Blue) = 186+74+167=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4AA7 is #45B558. Grayscale: #757575. Windows color (decimal): -4568409 or 10963642. OLE color: 10963642.

HSL color Cylindrical-coordinate representation of color #BA4AA7: hue angle of 310.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4AA7 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18674167-
CMYK00.600.100.27
HSL310.18º44.8%50.98%-
HSV(B)310.18º60.22%72.94%-
XYZ29.6718.1338.49-
YUV118.09155.61176.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 74 (29.30% from 255) = 17.33%
BLUE value IS 167 (65.62% from 255) = 39.11%
R=43.56%
G=17.33%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867416700.600.100.27310.1844.850.98
HexBA4AA703CA1B1362d33
Octal27211224707412334665563
Binary101110101001010101001110111100101011011100110110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4AA7; }

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

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

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

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

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

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

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

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