#BA68B7

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

Shades of Fuchsia #BA68B7

Tints of Fuchsia #BA68B7

Color information

#BA68B7 (or 0xBA68B7) is unknown color: approx Fuchsia. HEX triplet: BA, 68 and B7. RGB value is (186,104,183). Sum of RGB (Red+Green+Blue) = 186+104+183=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68B7 is #459748. Grayscale: #898989. Windows color (decimal): -4560713 or 12019898. OLE color: 12019898.

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

Color convert

RGB186104183-
CMYK00.440.020.27
HSL302.2º37.27%56.86%-
HSV(B)302.2º44.09%72.94%-
XYZ33.7523.7647.61-
YUV137.52153.67162.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 183 (71.88% from 255) = 38.69%
R=39.32%
G=21.99%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610418300.440.020.27302.237.2756.86
HexBA68B702C21B12e2539
Octal2721502670542334564571
Binary1011101011010001011011101011001011011100101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA68B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA68B7; }

 p { color: rgb(186,104,183); }

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

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

 a { background-color: rgb(186,104,183); }

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

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

 span { border-color: rgb(186,104,183); }

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