#BA42A5

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

Shades of Fuchsia #BA42A5

Tints of Fuchsia #BA42A5

Color information

#BA42A5 (or 0xBA42A5) is unknown color: approx Fuchsia. HEX triplet: BA, 42 and A5. RGB value is (186,66,165). Sum of RGB (Red+Green+Blue) = 186+66+165=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA42A5 is #45BD5A. Grayscale: #707070. Windows color (decimal): -4570459 or 10830522. OLE color: 10830522.

HSL color Cylindrical-coordinate representation of color #BA42A5: hue angle of 310.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA42A5 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18666165-
CMYK00.650.110.27
HSL310.5º47.62%49.41%-
HSV(B)310.5º64.52%72.94%-
XYZ28.9917.0537.36-
YUV113.17157.26179.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 165 (64.84% from 255) = 39.57%
R=44.60%
G=15.83%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866616500.650.110.27310.547.6249.41
HexBA42A5041B1B1363031
Octal272102245010113334666061
Binary1011101010000101010010101000001101111011100110110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA42A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA42A5; }

 p { color: rgb(186,66,165); }

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

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

 a { background-color: rgb(186,66,165); }

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

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

 span { border-color: rgb(186,66,165); }

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