#BA51BB

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

Shades of Fuchsia #BA51BB

Tints of Fuchsia #BA51BB

Color information

#BA51BB (or 0xBA51BB) is unknown color: approx Fuchsia. HEX triplet: BA, 51 and BB. RGB value is (186,81,187). Sum of RGB (Red+Green+Blue) = 186+81+187=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA51BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51BB is #45AE44. Grayscale: #7C7C7C. Windows color (decimal): -4566597 or 12276154. OLE color: 12276154.

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

Color convert

RGB18681187-
CMYK0.010.5700.27
HSL299.43º43.8%52.55%-
HSV(B)299.43º56.68%73.33%-
XYZ32.1619.9149.16-
YUV124.48163.29171.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 81 (32.03% from 255) = 17.84%
BLUE value IS 187 (73.44% from 255) = 41.19%
R=40.97%
G=17.84%
B=41.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186811870.010.5700.27299.4343.852.55
HexBA51BB13901B12b2c35
Octal2721212731710334535465
Binary101110101010001101110111111001011011100101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51BB; }

 p { color: rgb(186,81,187); }

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

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

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

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

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

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

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