#BA66BE

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

Shades of Fuchsia #BA66BE

Tints of Fuchsia #BA66BE

Color information

#BA66BE (or 0xBA66BE) is unknown color: approx Fuchsia. HEX triplet: BA, 66 and BE. RGB value is (186,102,190). Sum of RGB (Red+Green+Blue) = 186+102+190=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA66BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66BE is #459941. Grayscale: #888888. Windows color (decimal): -4561218 or 12478138. OLE color: 12478138.

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

Color convert

RGB186102190-
CMYK0.020.4600.25
HSL297.27º40.37%57.25%-
HSV(B)297.27º46.32%74.51%-
XYZ34.323.6651.47-
YUV137.15157.83162.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=38.91%
G=21.34%
B=39.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861021900.020.4600.25297.2740.3757.25
HexBA66BE22E0191292839
Octal2721462762560314515071
Binary1011101011001101011111010101110011001100101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66BE; }

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

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

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

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

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

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

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

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