#BA60B1

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

Shades of Fuchsia #BA60B1

Tints of Fuchsia #BA60B1

Color information

#BA60B1 (or 0xBA60B1) is unknown color: approx Fuchsia. HEX triplet: BA, 60 and B1. RGB value is (186,96,177). Sum of RGB (Red+Green+Blue) = 186+96+177=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA60B1 is #459F4E. Grayscale: #838383. Windows color (decimal): -4562767 or 11624634. OLE color: 11624634.

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

Color convert

RGB18696177-
CMYK00.480.050.27
HSL306º39.47%55.29%-
HSV(B)306º48.39%72.94%-
XYZ32.3721.9844.13-
YUV132.14153.32166.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=40.52%
G=20.92%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869617700.480.050.2730639.4755.29
HexBA60B103051B1322737
Octal2721402610605334624767
Binary10111010110000010110001011000010111011100110010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60B1; }

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

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

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

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

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

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

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

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