#BA4BB6

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

Shades of Fuchsia #BA4BB6

Tints of Fuchsia #BA4BB6

Color information

#BA4BB6 (or 0xBA4BB6) is unknown color: approx Fuchsia. HEX triplet: BA, 4B and B6. RGB value is (186,75,182). Sum of RGB (Red+Green+Blue) = 186+75+182=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BB6 is #45B449. Grayscale: #787878. Windows color (decimal): -4568138 or 11946938. OLE color: 11946938.

HSL color Cylindrical-coordinate representation of color #BA4BB6: hue angle of 302.16º 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 #BA4BB6 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18675182-
CMYK00.600.020.27
HSL302.16º44.58%51.18%-
HSV(B)302.16º59.68%72.94%-
XYZ31.2118.8546.25-
YUV120.39162.77174.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 75 (29.69% from 255) = 16.93%
BLUE value IS 182 (71.48% from 255) = 41.08%
R=41.99%
G=16.93%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867518200.600.020.27302.1644.5851.18
HexBA4BB603C21B12e2d33
Octal2721132660742334565563
Binary1011101010010111011011001111001011011100101110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BB6; }

 p { color: rgb(186,75,182); }

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

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

 a { background-color: rgb(186,75,182); }

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

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

 span { border-color: rgb(186,75,182); }

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