#BA2CB8

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

Shades of Fuchsia #BA2CB8

Tints of Fuchsia #BA2CB8

Color information

#BA2CB8 (or 0xBA2CB8) is unknown color: approx Fuchsia. HEX triplet: BA, 2C and B8. RGB value is (186,44,184). Sum of RGB (Red+Green+Blue) = 186+44+184=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CB8 is #45D347. Grayscale: #656565. Windows color (decimal): -4576072 or 12070074. OLE color: 12070074.

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

Color convert

RGB18644184-
CMYK00.760.010.27
HSL300.85º61.74%45.1%-
HSV(B)300.85º76.34%72.94%-
XYZ29.815.746.81-
YUV102.42174.04187.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 44 (17.58% from 255) = 10.63%
BLUE value IS 184 (72.27% from 255) = 44.44%
R=44.93%
G=10.63%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864418400.760.010.27300.8561.7445.1
HexBA2CB804C11B12d3e2d
Octal2725427001141334557655
Binary101110101011001011100001001100111011100101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2CB8; }

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

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

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

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

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

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

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

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