#BA71B9

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

Shades of Fuchsia #BA71B9

Tints of Fuchsia #BA71B9

Color information

#BA71B9 (or 0xBA71B9) is unknown color: approx Fuchsia. HEX triplet: BA, 71 and B9. RGB value is (186,113,185). Sum of RGB (Red+Green+Blue) = 186+113+185=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71B9 is #458E46. Grayscale: #8E8E8E. Windows color (decimal): -4558407 or 12153274. OLE color: 12153274.

HSL color Cylindrical-coordinate representation of color #BA71B9: hue angle of 300.82º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA71B9 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB186113185-
CMYK00.390.010.27
HSL300.82º34.6%58.63%-
HSV(B)300.82º39.25%72.94%-
XYZ34.9125.7549.03-
YUV143.04151.68158.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=38.43%
G=23.35%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611318500.390.010.27300.8234.658.63
HexBA71B902711B12d233b
Octal2721612710471334554373
Binary101110101110001101110010100111111011100101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71B9; }

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

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

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

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

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

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

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

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