#BA27BA

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

Shades of Fuchsia #BA27BA

Tints of Fuchsia #BA27BA

Color information

#BA27BA (or 0xBA27BA) is unknown color: approx Fuchsia. HEX triplet: BA, 27 and BA. RGB value is (186,39,186). Sum of RGB (Red+Green+Blue) = 186+39+186=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27BA is #45D845. Grayscale: #636363. Windows color (decimal): -4577350 or 12199866. OLE color: 12199866.

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

Color convert

RGB18639186-
CMYK00.7900.27
HSL300º65.33%44.12%-
HSV(B)300º79.03%72.94%-
XYZ29.8415.4447.86-
YUV99.71176.7189.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 39 (15.62% from 255) = 9.49%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=45.26%
G=9.49%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863918600.7900.2730065.3344.12
HexBA27BA04F01B12c412c
Octal27247272011703345410154
Binary1011101010011110111010010011110110111001011001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA27BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA27BA; }

 p { color: rgb(186,39,186); }

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

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

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

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

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

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

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