#BA6BB1

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

Shades of Fuchsia #BA6BB1

Tints of Fuchsia #BA6BB1

Color information

#BA6BB1 (or 0xBA6BB1) is unknown color: approx Fuchsia. HEX triplet: BA, 6B and B1. RGB value is (186,107,177). Sum of RGB (Red+Green+Blue) = 186+107+177=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BB1 is #45944E. Grayscale: #8A8A8A. Windows color (decimal): -4559951 or 11627450. OLE color: 11627450.

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

Color convert

RGB186107177-
CMYK00.420.050.27
HSL306.84º36.41%57.45%-
HSV(B)306.84º42.47%72.94%-
XYZ33.4424.1344.49-
YUV138.6149.67161.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=39.57%
G=22.77%
B=37.66%

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
Decimal18610717700.420.050.27306.8436.4157.45
HexBA6BB102A51B1332439
Octal2721532610525334634471
Binary10111010110101110110001010101010111011100110011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BB1; }

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

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

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

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

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

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

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

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