#BA50B1

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

Shades of Fuchsia #BA50B1

Tints of Fuchsia #BA50B1

Color information

#BA50B1 (or 0xBA50B1) is unknown color: approx Fuchsia. HEX triplet: BA, 50 and B1. RGB value is (186,80,177). Sum of RGB (Red+Green+Blue) = 186+80+177=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA50B1 is #45AF4E. Grayscale: #7A7A7A. Windows color (decimal): -4566863 or 11620538. OLE color: 11620538.

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

Color convert

RGB18680177-
CMYK00.570.050.27
HSL305.09º43.44%52.16%-
HSV(B)305.09º56.99%72.94%-
XYZ31.0519.3543.69-
YUV122.75158.62173.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 80 (31.64% from 255) = 18.06%
BLUE value IS 177 (69.53% from 255) = 39.95%
R=41.99%
G=18.06%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868017700.570.050.27305.0943.4452.16
HexBA50B103951B1312b34
Octal2721202610715334615364
Binary10111010101000010110001011100110111011100110001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA50B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA50B1; }

 p { color: rgb(186,80,177); }

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

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

 a { background-color: rgb(186,80,177); }

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

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

 span { border-color: rgb(186,80,177); }

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