#BA60BF

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

Shades of Fuchsia #BA60BF

Tints of Fuchsia #BA60BF

Color information

#BA60BF (or 0xBA60BF) is unknown color: approx Fuchsia. HEX triplet: BA, 60 and BF. RGB value is (186,96,191). Sum of RGB (Red+Green+Blue) = 186+96+191=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA60BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60BF is #459F40. Grayscale: #858585. Windows color (decimal): -4562753 or 12542138. OLE color: 12542138.

HSL color Cylindrical-coordinate representation of color #BA60BF: hue angle of 296.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA60BF is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18696191-
CMYK0.030.5000.25
HSL296.84º42.6%56.27%-
HSV(B)296.84º49.74%74.9%-
XYZ33.8422.5751.86-
YUV133.74160.32165.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 191 (75% from 255) = 40.38%
R=39.32%
G=20.30%
B=40.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186961910.030.5000.25296.8442.656.27
HexBA60BF3320191292b38
Octal2721402773620314515370
Binary1011101011000001011111111110010011001100101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60BF; }

 p { color: rgb(186,96,191); }

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

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

 a { background-color: rgb(186,96,191); }

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

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

 span { border-color: rgb(186,96,191); }

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