#ba42c5

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

Shades of Fuchsia #BA42C5

Tints of Fuchsia #BA42C5

Color information

#BA42C5 (or 0xBA42C5) is unknown color: approx Fuchsia. HEX triplet: BA, 42 and C5. RGB value is (186,66,197). Sum of RGB (Red+Green+Blue) = 186+66+197=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA42C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42C5 is #45BD3A. Grayscale: #747474. Windows color (decimal): -4570427 or 12927674. OLE color: 12927674.

HSL color Cylindrical-coordinate representation of color #BA42C5: hue angle of 294.96º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA42C5 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18666197-
CMYK0.060.6600.23
HSL294.96º53.04%51.57%-
HSV(B)294.96º66.5%77.25%-
XYZ32.2818.3754.67-
YUV116.81173.26177.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 66 (26.17% from 255) = 14.70%
BLUE value IS 197 (77.34% from 255) = 43.88%
R=41.43%
G=14.70%
B=43.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186661970.060.6600.23294.9653.0451.57
HexBA42C56420171273534
Octal27210230561020274476564
Binary101110101000010110001011101000010010111100100111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba42c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba42c5; }

 p { color: rgb(186,66,197); }

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

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

 a { background-color: rgb(186,66,197); }

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

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

 span { border-color: rgb(186,66,197); }

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