#ba71c0

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

Shades of Fuchsia #BA71C0

Tints of Fuchsia #BA71C0

Color information

#BA71C0 (or 0xBA71C0) is unknown color: approx Fuchsia. HEX triplet: BA, 71 and C0. RGB value is (186,113,192). Sum of RGB (Red+Green+Blue) = 186+113+192=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA71C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71C0 is #458E3F. Grayscale: #8F8F8F. Windows color (decimal): -4558400 or 12612026. OLE color: 12612026.

HSL color Cylindrical-coordinate representation of color #BA71C0: hue angle of 295.44º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA71C0 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186113192-
CMYK0.030.4100.25
HSL295.44º38.54%59.8%-
HSV(B)295.44º41.15%75.29%-
XYZ35.6726.0653.02-
YUV143.83155.18158.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 113 (44.53% from 255) = 23.01%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=37.88%
G=23.01%
B=39.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861131920.030.4100.25295.4438.5459.8
HexBA71C0329019127273c
Octal2721613003510314474774
Binary1011101011100011100000011101001011001100100111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba71c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba71c0; }

 p { color: rgb(186,113,192); }

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

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

 a { background-color: rgb(186,113,192); }

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

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

 span { border-color: rgb(186,113,192); }

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