#BA6CB5

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

Shades of Fuchsia #BA6CB5

Tints of Fuchsia #BA6CB5

Color information

#BA6CB5 (or 0xBA6CB5) is unknown color: approx Fuchsia. HEX triplet: BA, 6C and B5. RGB value is (186,108,181). Sum of RGB (Red+Green+Blue) = 186+108+181=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CB5 is #45934A. Grayscale: #8B8B8B. Windows color (decimal): -4559691 or 11889850. OLE color: 11889850.

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

Color convert

RGB186108181-
CMYK00.420.030.27
HSL303.85º36.11%57.65%-
HSV(B)303.85º41.94%72.94%-
XYZ33.9524.546.66-
YUV139.64151.34161.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 108 (42.58% from 255) = 22.74%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=39.16%
G=22.74%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610818100.420.030.27303.8536.1157.65
HexBA6CB502A31B130243a
Octal2721542650523334604472
Binary1011101011011001011010101010101111011100110000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CB5; }

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

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

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

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

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

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

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

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