#BA50B3

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

Shades of Fuchsia #BA50B3

Tints of Fuchsia #BA50B3

Color information

#BA50B3 (or 0xBA50B3) is unknown color: approx Fuchsia. HEX triplet: BA, 50 and B3. RGB value is (186,80,179). Sum of RGB (Red+Green+Blue) = 186+80+179=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA50B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50B3 is #45AF4C. Grayscale: #7A7A7A. Windows color (decimal): -4566861 or 11751610. OLE color: 11751610.

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

Color convert

RGB18680179-
CMYK00.570.040.27
HSL303.96º43.44%52.16%-
HSV(B)303.96º56.99%72.94%-
XYZ31.2619.4344.75-
YUV122.98159.62172.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 80 (31.64% from 255) = 17.98%
BLUE value IS 179 (70.31% from 255) = 40.22%
R=41.80%
G=17.98%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868017900.570.040.27303.9643.4452.16
HexBA50B303941B1302b34
Octal2721202630714334605364
Binary10111010101000010110011011100110011011100110000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA50B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA50B3; }

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

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

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

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

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

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

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

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