#BA5BB6

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

Shades of Fuchsia #BA5BB6

Tints of Fuchsia #BA5BB6

Color information

#BA5BB6 (or 0xBA5BB6) is unknown color: approx Fuchsia. HEX triplet: BA, 5B and B6. RGB value is (186,91,182). Sum of RGB (Red+Green+Blue) = 186+91+182=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BB6 is #45A449. Grayscale: #818181. Windows color (decimal): -4564042 or 11951034. OLE color: 11951034.

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

Color convert

RGB18691182-
CMYK00.510.020.27
HSL302.53º40.77%54.31%-
HSV(B)302.53º51.08%72.94%-
XYZ32.4321.346.66-
YUV129.78157.47168.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 182 (71.48% from 255) = 39.65%
R=40.52%
G=19.83%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869118200.510.020.27302.5340.7754.31
HexBA5BB603321B12f2936
Octal2721332660632334575166
Binary1011101010110111011011001100111011011100101111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5BB6; }

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

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

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

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

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

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

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

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