#BA40B4

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

Shades of Fuchsia #BA40B4

Tints of Fuchsia #BA40B4

Color information

#BA40B4 (or 0xBA40B4) is unknown color: approx Fuchsia. HEX triplet: BA, 40 and B4. RGB value is (186,64,180). Sum of RGB (Red+Green+Blue) = 186+64+180=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BA40B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40B4 is #45BF4B. Grayscale: #717171. Windows color (decimal): -4570956 or 11813050. OLE color: 11813050.

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

Color convert

RGB18664180-
CMYK00.660.030.27
HSL302.95º48.8%49.02%-
HSV(B)302.95º65.59%72.94%-
XYZ30.3217.444.94-
YUV113.7165.42179.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 64 (25.39% from 255) = 14.88%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=43.26%
G=14.88%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866418000.660.030.27302.9548.849.02
HexBA40B404231B12f3131
Octal27210026401023334576161
Binary10111010100000010110100010000101111011100101111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA40B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA40B4; }

 p { color: rgb(186,64,180); }

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

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

 a { background-color: rgb(186,64,180); }

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

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

 span { border-color: rgb(186,64,180); }

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