#BA3CB7

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

Shades of Fuchsia #BA3CB7

Tints of Fuchsia #BA3CB7

Color information

#BA3CB7 (or 0xBA3CB7) is unknown color: approx Fuchsia. HEX triplet: BA, 3C and B7. RGB value is (186,60,183). Sum of RGB (Red+Green+Blue) = 186+60+183=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CB7 is #45C348. Grayscale: #6F6F6F. Windows color (decimal): -4571977 or 12008634. OLE color: 12008634.

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

Color convert

RGB18660183-
CMYK00.680.020.27
HSL301.43º51.22%48.24%-
HSV(B)301.43º67.74%72.94%-
XYZ30.4117.0946.5-
YUV111.7168.24181-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 60 (23.83% from 255) = 13.99%
BLUE value IS 183 (71.88% from 255) = 42.66%
R=43.36%
G=13.99%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866018300.680.020.27301.4351.2248.24
HexBA3CB704421B12d3330
Octal2727426701042334556360
Binary1011101011110010110111010001001011011100101101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3CB7; }

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

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

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

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

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

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

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

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