#BA6CB1

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

Shades of Fuchsia #BA6CB1

Tints of Fuchsia #BA6CB1

Color information

#BA6CB1 (or 0xBA6CB1) is unknown color: approx Fuchsia. HEX triplet: BA, 6C and B1. RGB value is (186,108,177). Sum of RGB (Red+Green+Blue) = 186+108+177=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CB1 is #45934E. Grayscale: #8A8A8A. Windows color (decimal): -4559695 or 11627706. OLE color: 11627706.

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

Color convert

RGB186108177-
CMYK00.420.050.27
HSL306.92º36.11%57.65%-
HSV(B)306.92º41.94%72.94%-
XYZ33.5524.3444.52-
YUV139.19149.34161.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 177 (69.53% from 255) = 37.58%
R=39.49%
G=22.93%
B=37.58%

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
Decimal18610817700.420.050.27306.9236.1157.65
HexBA6CB102A51B133243a
Octal2721542610525334634472
Binary10111010110110010110001010101010111011100110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CB1; }

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

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

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

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

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

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

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

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