#BA2CB7

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

Shades of Fuchsia #BA2CB7

Tints of Fuchsia #BA2CB7

Color information

#BA2CB7 (or 0xBA2CB7) is unknown color: approx Fuchsia. HEX triplet: BA, 2C and B7. RGB value is (186,44,183). Sum of RGB (Red+Green+Blue) = 186+44+183=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CB7 is #45D348. Grayscale: #656565. Windows color (decimal): -4576073 or 12004538. OLE color: 12004538.

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

Color convert

RGB18644183-
CMYK00.760.020.27
HSL301.27º61.74%45.1%-
HSV(B)301.27º76.34%72.94%-
XYZ29.715.6646.26-
YUV102.3173.54187.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 44 (17.58% from 255) = 10.65%
BLUE value IS 183 (71.88% from 255) = 44.31%
R=45.04%
G=10.65%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864418300.760.020.27301.2761.7445.1
HexBA2CB704C21B12d3e2d
Octal2725426701142334557655
Binary1011101010110010110111010011001011011100101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2CB7; }

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

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

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

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

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

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

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

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