#BA5BB8

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

Shades of Fuchsia #BA5BB8

Tints of Fuchsia #BA5BB8

Color information

#BA5BB8 (or 0xBA5BB8) is unknown color: approx Fuchsia. HEX triplet: BA, 5B and B8. RGB value is (186,91,184). Sum of RGB (Red+Green+Blue) = 186+91+184=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BB8 is #45A447. Grayscale: #818181. Windows color (decimal): -4564040 or 12082106. OLE color: 12082106.

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

Color convert

RGB18691184-
CMYK00.510.010.27
HSL301.26º40.77%54.31%-
HSV(B)301.26º51.08%72.94%-
XYZ32.6421.3847.75-
YUV130.01158.47167.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 184 (72.27% from 255) = 39.91%
R=40.35%
G=19.74%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869118400.510.010.27301.2640.7754.31
HexBA5BB803311B12d2936
Octal2721332700631334555166
Binary101110101011011101110000110011111011100101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5BB8; }

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

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

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

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

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

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

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

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