#BA60B7

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

Shades of Fuchsia #BA60B7

Tints of Fuchsia #BA60B7

Color information

#BA60B7 (or 0xBA60B7) is unknown color: approx Fuchsia. HEX triplet: BA, 60 and B7. RGB value is (186,96,183). Sum of RGB (Red+Green+Blue) = 186+96+183=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60B7 is #459F48. Grayscale: #848484. Windows color (decimal): -4562761 or 12017850. OLE color: 12017850.

HSL color Cylindrical-coordinate representation of color #BA60B7: hue angle of 302º 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 #BA60B7 is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18696183-
CMYK00.480.020.27
HSL302º39.47%55.29%-
HSV(B)302º48.39%72.94%-
XYZ32.9822.2247.35-
YUV132.83156.32165.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 183 (71.88% from 255) = 39.35%
R=40%
G=20.65%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869618300.480.020.2730239.4755.29
HexBA60B703021B12e2737
Octal2721402670602334564767
Binary1011101011000001011011101100001011011100101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60B7; }

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

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

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

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

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

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

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

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