#BA4BB8

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

Shades of Fuchsia #BA4BB8

Tints of Fuchsia #BA4BB8

Color information

#BA4BB8 (or 0xBA4BB8) is unknown color: approx Fuchsia. HEX triplet: BA, 4B and B8. RGB value is (186,75,184). Sum of RGB (Red+Green+Blue) = 186+75+184=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BB8 is #45B447. Grayscale: #787878. Windows color (decimal): -4568136 or 12078010. OLE color: 12078010.

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

Color convert

RGB18675184-
CMYK00.600.010.27
HSL301.08º44.58%51.18%-
HSV(B)301.08º59.68%72.94%-
XYZ31.4218.9347.35-
YUV120.62163.77174.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 184 (72.27% from 255) = 41.35%
R=41.80%
G=16.85%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867518400.600.010.27301.0844.5851.18
HexBA4BB803C11B12d2d33
Octal2721132700741334555563
Binary101110101001011101110000111100111011100101101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BB8; }

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

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

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

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

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

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

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

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