#BA51BD

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

Shades of Fuchsia #BA51BD

Tints of Fuchsia #BA51BD

Color information

#BA51BD (or 0xBA51BD) is unknown color: approx Fuchsia. HEX triplet: BA, 51 and BD. RGB value is (186,81,189). Sum of RGB (Red+Green+Blue) = 186+81+189=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51BD is #45AE42. Grayscale: #7C7C7C. Windows color (decimal): -4566595 or 12407226. OLE color: 12407226.

HSL color Cylindrical-coordinate representation of color #BA51BD: hue angle of 298.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA51BD is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18681189-
CMYK0.020.5700.26
HSL298.33º45%52.94%-
HSV(B)298.33º57.14%74.12%-
XYZ32.382050.3-
YUV124.71164.29171.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 81 (32.03% from 255) = 17.76%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=40.79%
G=17.76%
B=41.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186811890.020.5700.26298.334552.94
HexBA51BD23901A12a2d35
Octal2721212752710324525565
Binary1011101010100011011110110111001011010100101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51BD; }

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

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

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

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

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

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

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

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