#BA76BD

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

Shades of Fuchsia #BA76BD

Tints of Fuchsia #BA76BD

Color information

#BA76BD (or 0xBA76BD) is unknown color: approx Fuchsia. HEX triplet: BA, 76 and BD. RGB value is (186,118,189). Sum of RGB (Red+Green+Blue) = 186+118+189=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76BD is #458942. Grayscale: #929292. Windows color (decimal): -4557123 or 12416698. OLE color: 12416698.

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

Color convert

RGB186118189-
CMYK0.020.3800.26
HSL297.46º34.98%60.2%-
HSV(B)297.46º37.57%74.12%-
XYZ35.9127.0751.48-
YUV146.43152.03156.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=37.73%
G=23.94%
B=38.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861181890.020.3800.26297.4634.9860.2
HexBA76BD22601A129233c
Octal2721662752460324514374
Binary1011101011101101011110110100110011010100101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76BD; }

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

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

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

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

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

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

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

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