#ba2fc4

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

Shades of Fuchsia #BA2FC4

Tints of Fuchsia #BA2FC4

Color information

#BA2FC4 (or 0xBA2FC4) is unknown color: approx Fuchsia. HEX triplet: BA, 2F and C4. RGB value is (186,47,196). Sum of RGB (Red+Green+Blue) = 186+47+196=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA2FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FC4 is #45D03B. Grayscale: #696969. Windows color (decimal): -4575292 or 12857274. OLE color: 12857274.

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

Color convert

RGB18647196-
CMYK0.050.7600.23
HSL295.97º61.32%47.65%-
HSV(B)295.97º76.02%76.86%-
XYZ31.2316.4653.76-
YUV105.55179.05185.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 47 (18.75% from 255) = 10.96%
BLUE value IS 196 (76.95% from 255) = 45.69%
R=43.36%
G=10.96%
B=45.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186471960.050.7600.23295.9761.3247.65
HexBA2FC454C0171283d30
Octal2725730451140274507560
Binary10111010101111110001001011001100010111100101000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba2fc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba2fc4; }

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

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

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

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

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

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

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

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