#BA66BD

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

Shades of Fuchsia #BA66BD

Tints of Fuchsia #BA66BD

Color information

#BA66BD (or 0xBA66BD) is unknown color: approx Fuchsia. HEX triplet: BA, 66 and BD. RGB value is (186,102,189). Sum of RGB (Red+Green+Blue) = 186+102+189=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66BD is #459942. Grayscale: #888888. Windows color (decimal): -4561219 or 12412602. OLE color: 12412602.

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

Color convert

RGB186102189-
CMYK0.020.4600.26
HSL297.93º39.73%57.06%-
HSV(B)297.93º46.03%74.12%-
XYZ34.1923.6250.9-
YUV137.03157.33162.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=38.99%
G=21.38%
B=39.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861021890.020.4600.26297.9339.7357.06
HexBA66BD22E01A12a2839
Octal2721462752560324525071
Binary1011101011001101011110110101110011010100101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66BD; }

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

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

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

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

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

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

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

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