#BA60B8

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

Shades of Fuchsia #BA60B8

Tints of Fuchsia #BA60B8

Color information

#BA60B8 (or 0xBA60B8) is unknown color: approx Fuchsia. HEX triplet: BA, 60 and B8. RGB value is (186,96,184). Sum of RGB (Red+Green+Blue) = 186+96+184=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA60B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60B8 is #459F47. Grayscale: #848484. Windows color (decimal): -4562760 or 12083386. OLE color: 12083386.

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

Color convert

RGB18696184-
CMYK00.480.010.27
HSL301.33º39.47%55.29%-
HSV(B)301.33º48.39%72.94%-
XYZ33.0822.2747.9-
YUV132.94156.82165.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 96 (37.89% from 255) = 20.60%
BLUE value IS 184 (72.27% from 255) = 39.48%
R=39.91%
G=20.60%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869618400.480.010.27301.3339.4755.29
HexBA60B803011B12d2737
Octal2721402700601334554767
Binary101110101100000101110000110000111011100101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60B8; }

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

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

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

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

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

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

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

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