#BA2CC4

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

Shades of Fuchsia #BA2CC4

Tints of Fuchsia #BA2CC4

Color information

#BA2CC4 (or 0xBA2CC4) is unknown color: approx Fuchsia. HEX triplet: BA, 2C and C4. RGB value is (186,44,196). Sum of RGB (Red+Green+Blue) = 186+44+196=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA2CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CC4 is #45D33B. Grayscale: #676767. Windows color (decimal): -4576060 or 12856506. OLE color: 12856506.

HSL color Cylindrical-coordinate representation of color #BA2CC4: hue angle of 296.05º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2CC4 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18644196-
CMYK0.050.7800.23
HSL296.05º63.33%47.06%-
HSV(B)296.05º77.55%76.86%-
XYZ31.1116.2353.72-
YUV103.79180.04186.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 44 (17.58% from 255) = 10.33%
BLUE value IS 196 (76.95% from 255) = 46.01%
R=43.66%
G=10.33%
B=46.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186441960.050.7800.23296.0563.3347.06
HexBA2CC454E0171283f2f
Octal2725430451160274507757
Binary10111010101100110001001011001110010111100101000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2CC4; }

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

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

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

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

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

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

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

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