#BA6BBE

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

Shades of Fuchsia #BA6BBE

Tints of Fuchsia #BA6BBE

Color information

#BA6BBE (or 0xBA6BBE) is unknown color: approx Fuchsia. HEX triplet: BA, 6B and BE. RGB value is (186,107,190). Sum of RGB (Red+Green+Blue) = 186+107+190=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BBE is #459441. Grayscale: #8B8B8B. Windows color (decimal): -4559938 or 12479418. OLE color: 12479418.

HSL color Cylindrical-coordinate representation of color #BA6BBE: hue angle of 297.11º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6BBE is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186107190-
CMYK0.020.4400.25
HSL297.11º38.97%58.24%-
HSV(B)297.11º43.68%74.51%-
XYZ34.824.6751.64-
YUV140.08156.17160.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 107 (42.19% from 255) = 22.15%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=38.51%
G=22.15%
B=39.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861071900.020.4400.25297.1138.9758.24
HexBA6BBE22C019129273a
Octal2721532762540314514772
Binary1011101011010111011111010101100011001100101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BBE; }

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

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

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

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

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

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

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

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