#BA2BB8

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

Shades of Fuchsia #BA2BB8

Tints of Fuchsia #BA2BB8

Color information

#BA2BB8 (or 0xBA2BB8) is unknown color: approx Fuchsia. HEX triplet: BA, 2B and B8. RGB value is (186,43,184). Sum of RGB (Red+Green+Blue) = 186+43+184=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BB8 is #45D447. Grayscale: #656565. Windows color (decimal): -4576328 or 12069818. OLE color: 12069818.

HSL color Cylindrical-coordinate representation of color #BA2BB8: hue angle of 300.84º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2BB8 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18643184-
CMYK00.770.010.27
HSL300.84º62.45%44.9%-
HSV(B)300.84º76.88%72.94%-
XYZ29.7715.6346.8-
YUV101.83174.38188.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 43 (17.19% from 255) = 10.41%
BLUE value IS 184 (72.27% from 255) = 44.55%
R=45.04%
G=10.41%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864318400.770.010.27300.8462.4544.9
HexBA2BB804D11B12d3e2d
Octal2725327001151334557655
Binary101110101010111011100001001101111011100101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2BB8; }

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

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

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

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

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

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

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

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