#BA27B8

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

Shades of Fuchsia #BA27B8

Tints of Fuchsia #BA27B8

Color information

#BA27B8 (or 0xBA27B8) is unknown color: approx Fuchsia. HEX triplet: BA, 27 and B8. RGB value is (186,39,184). Sum of RGB (Red+Green+Blue) = 186+39+184=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27B8 is #45D847. Grayscale: #636363. Windows color (decimal): -4577352 or 12068794. OLE color: 12068794.

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

Color convert

RGB18639184-
CMYK00.790.010.27
HSL300.82º65.33%44.12%-
HSV(B)300.82º79.03%72.94%-
XYZ29.6315.3546.75-
YUV99.48175.7189.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 39 (15.62% from 255) = 9.54%
BLUE value IS 184 (72.27% from 255) = 44.99%
R=45.48%
G=9.54%
B=44.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863918400.790.010.27300.8265.3344.12
HexBA27B804F11B12d412c
Octal27247270011713345510154
Binary1011101010011110111000010011111110111001011011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA27B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA27B8; }

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

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

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

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

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

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

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

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