#BA6EBD

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

Shades of Fuchsia #BA6EBD

Tints of Fuchsia #BA6EBD

Color information

#BA6EBD (or 0xBA6EBD) is unknown color: approx Fuchsia. HEX triplet: BA, 6E and BD. RGB value is (186,110,189). Sum of RGB (Red+Green+Blue) = 186+110+189=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA6EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EBD is #459142. Grayscale: #8D8D8D. Windows color (decimal): -4559171 or 12414650. OLE color: 12414650.

HSL color Cylindrical-coordinate representation of color #BA6EBD: hue angle of 297.72º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6EBD is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186110189-
CMYK0.020.4200.26
HSL297.72º37.44%58.63%-
HSV(B)297.72º41.8%74.12%-
XYZ35.0125.2751.18-
YUV141.73154.68159.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=38.35%
G=22.68%
B=38.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861101890.020.4200.26297.7237.4458.63
HexBA6EBD22A01A12a253b
Octal2721562752520324524573
Binary1011101011011101011110110101010011010100101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6EBD; }

 p { color: rgb(186,110,189); }

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

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

 a { background-color: rgb(186,110,189); }

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

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

 span { border-color: rgb(186,110,189); }

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