#BA6BB0

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

Shades of Fuchsia #BA6BB0

Tints of Fuchsia #BA6BB0

Color information

#BA6BB0 (or 0xBA6BB0) is unknown color: approx Fuchsia. HEX triplet: BA, 6B and B0. RGB value is (186,107,176). Sum of RGB (Red+Green+Blue) = 186+107+176=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BB0 is #45944F. Grayscale: #8A8A8A. Windows color (decimal): -4559952 or 11561914. OLE color: 11561914.

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

Color convert

RGB186107176-
CMYK00.420.050.27
HSL307.59º36.41%57.45%-
HSV(B)307.59º42.47%72.94%-
XYZ33.3424.0943.97-
YUV138.49149.17161.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 107 (42.19% from 255) = 22.81%
BLUE value IS 176 (69.14% from 255) = 37.53%
R=39.66%
G=22.81%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610717600.420.050.27307.5936.4157.45
HexBA6BB002A51B1342439
Octal2721532600525334644471
Binary10111010110101110110000010101010111011100110100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BB0; }

 p { color: rgb(186,107,176); }

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

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

 a { background-color: rgb(186,107,176); }

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

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

 span { border-color: rgb(186,107,176); }

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