#BA66B6

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

Shades of Fuchsia #BA66B6

Tints of Fuchsia #BA66B6

Color information

#BA66B6 (or 0xBA66B6) is unknown color: approx Fuchsia. HEX triplet: BA, 66 and B6. RGB value is (186,102,182). Sum of RGB (Red+Green+Blue) = 186+102+182=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66B6 is #459949. Grayscale: #888888. Windows color (decimal): -4561226 or 11953850. OLE color: 11953850.

HSL color Cylindrical-coordinate representation of color #BA66B6: hue angle of 302.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA66B6 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186102182-
CMYK00.450.020.27
HSL302.86º37.84%56.47%-
HSV(B)302.86º45.16%72.94%-
XYZ33.4423.3246.99-
YUV136.24153.83163.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=39.57%
G=21.70%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610218200.450.020.27302.8637.8456.47
HexBA66B602D21B12f2638
Octal2721462660552334574670
Binary1011101011001101011011001011011011011100101111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66B6; }

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

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

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

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

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

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

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

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