#BA27B3

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

Shades of Fuchsia #BA27B3

Tints of Fuchsia #BA27B3

Color information

#BA27B3 (or 0xBA27B3) is unknown color: approx Fuchsia. HEX triplet: BA, 27 and B3. RGB value is (186,39,179). Sum of RGB (Red+Green+Blue) = 186+39+179=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27B3 is #45D84C. Grayscale: #626262. Windows color (decimal): -4577357 or 11741114. OLE color: 11741114.

HSL color Cylindrical-coordinate representation of color #BA27B3: hue angle of 302.86º 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 #BA27B3 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18639179-
CMYK00.790.040.27
HSL302.86º65.33%44.12%-
HSV(B)302.86º79.03%72.94%-
XYZ29.1115.1444.04-
YUV98.91173.2190.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 39 (15.62% from 255) = 9.65%
BLUE value IS 179 (70.31% from 255) = 44.31%
R=46.04%
G=9.65%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863917900.790.040.27302.8665.3344.12
HexBA27B304F41B12f412c
Octal27247263011743345710154
Binary101110101001111011001101001111100110111001011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA27B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA27B3; }

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

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

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

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

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

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

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

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