#BA76C1

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

Shades of Fuchsia #BA76C1

Tints of Fuchsia #BA76C1

Color information

#BA76C1 (or 0xBA76C1) is unknown color: approx Fuchsia. HEX triplet: BA, 76 and C1. RGB value is (186,118,193). Sum of RGB (Red+Green+Blue) = 186+118+193=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76C1 is #45893E. Grayscale: #929292. Windows color (decimal): -4557119 or 12678842. OLE color: 12678842.

HSL color Cylindrical-coordinate representation of color #BA76C1: hue angle of 294.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA76C1 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186118193-
CMYK0.040.3900.24
HSL294.4º37.69%60.98%-
HSV(B)294.4º38.86%75.69%-
XYZ36.3527.2553.8-
YUV146.88154.03155.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=37.42%
G=23.74%
B=38.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861181930.040.3900.24294.437.6960.98
HexBA76C1427018126263d
Octal2721663014470304464675
Binary10111010111011011000001100100111011000100100110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76C1; }

 p { color: rgb(186,118,193); }

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

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

 a { background-color: rgb(186,118,193); }

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

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

 span { border-color: rgb(186,118,193); }

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