#BA6CC1

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

Shades of Fuchsia #BA6CC1

Tints of Fuchsia #BA6CC1

Color information

#BA6CC1 (or 0xBA6CC1) is unknown color: approx Fuchsia. HEX triplet: BA, 6C and C1. RGB value is (186,108,193). Sum of RGB (Red+Green+Blue) = 186+108+193=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CC1 is #45933E. Grayscale: #8C8C8C. Windows color (decimal): -4559679 or 12676282. OLE color: 12676282.

HSL color Cylindrical-coordinate representation of color #BA6CC1: hue angle of 295.06º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6CC1 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186108193-
CMYK0.040.4400.24
HSL295.06º40.67%59.02%-
HSV(B)295.06º44.04%75.69%-
XYZ35.2425.0153.42-
YUV141.01157.34160.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 108 (42.58% from 255) = 22.18%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=38.19%
G=22.18%
B=39.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861081930.040.4400.24295.0640.6759.02
HexBA6CC142C018127293b
Octal2721543014540304475173
Binary10111010110110011000001100101100011000100100111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CC1; }

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

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

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

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

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

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

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

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