#BA52A7

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

Shades of Fuchsia #BA52A7

Tints of Fuchsia #BA52A7

Color information

#BA52A7 (or 0xBA52A7) is unknown color: approx Fuchsia. HEX triplet: BA, 52 and A7. RGB value is (186,82,167). Sum of RGB (Red+Green+Blue) = 186+82+167=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 167 (65.62% from 255 or 38.39% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52A7 is #45AD58. Grayscale: #7A7A7A. Windows color (decimal): -4566361 or 10965690. OLE color: 10965690.

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

Color convert

RGB18682167-
CMYK00.560.100.27
HSL310.96º42.98%52.55%-
HSV(B)310.96º55.91%72.94%-
XYZ30.2419.2638.68-
YUV122.79152.96173.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 82 (32.42% from 255) = 18.85%
BLUE value IS 167 (65.62% from 255) = 38.39%
R=42.76%
G=18.85%
B=38.39%

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
Decimal1868216700.560.100.27310.9642.9852.55
HexBA52A7038A1B1372b35
Octal27212224707012334675365
Binary101110101010010101001110111000101011011100110111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA52A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA52A7; }

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

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

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

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

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

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

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

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