#BA51B0

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

Shades of Fuchsia #BA51B0

Tints of Fuchsia #BA51B0

Color information

#BA51B0 (or 0xBA51B0) is unknown color: approx Fuchsia. HEX triplet: BA, 51 and B0. RGB value is (186,81,176). Sum of RGB (Red+Green+Blue) = 186+81+176=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51B0 is #45AE4F. Grayscale: #7A7A7A. Windows color (decimal): -4566608 or 11555258. OLE color: 11555258.

HSL color Cylindrical-coordinate representation of color #BA51B0: hue angle of 305.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA51B0 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18681176-
CMYK00.560.050.27
HSL305.71º43.21%52.35%-
HSV(B)305.71º56.45%72.94%-
XYZ31.0319.4643.19-
YUV123.22157.79172.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 176 (69.14% from 255) = 39.73%
R=41.99%
G=18.28%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868117600.560.050.27305.7143.2152.35
HexBA51B003851B1322b34
Octal2721212600705334625364
Binary10111010101000110110000011100010111011100110010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51B0; }

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

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

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

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

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

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

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

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