#BA6CB9

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

Shades of Fuchsia #BA6CB9

Tints of Fuchsia #BA6CB9

Color information

#BA6CB9 (or 0xBA6CB9) is unknown color: approx Fuchsia. HEX triplet: BA, 6C and B9. RGB value is (186,108,185). Sum of RGB (Red+Green+Blue) = 186+108+185=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CB9 is #459346. Grayscale: #8B8B8B. Windows color (decimal): -4559687 or 12151994. OLE color: 12151994.

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

Color convert

RGB186108185-
CMYK00.420.010.27
HSL300.77º36.11%57.65%-
HSV(B)300.77º41.94%72.94%-
XYZ34.3724.6748.85-
YUV140.1153.34160.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 185 (72.66% from 255) = 38.62%
R=38.83%
G=22.55%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610818500.420.010.27300.7736.1157.65
HexBA6CB902A11B12d243a
Octal2721542710521334554472
Binary101110101101100101110010101010111011100101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CB9; }

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

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

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

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

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

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

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

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