#BA50C7

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

Shades of Fuchsia #BA50C7

Tints of Fuchsia #BA50C7

Color information

#BA50C7 (or 0xBA50C7) is unknown color: approx Fuchsia. HEX triplet: BA, 50 and C7. RGB value is (186,80,199). Sum of RGB (Red+Green+Blue) = 186+80+199=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA50C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50C7 is #45AF38. Grayscale: #7C7C7C. Windows color (decimal): -4566841 or 13062330. OLE color: 13062330.

HSL color Cylindrical-coordinate representation of color #BA50C7: hue angle of 293.45º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA50C7 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18680199-
CMYK0.070.6000.22
HSL293.45º51.52%54.71%-
HSV(B)293.45º59.8%78.04%-
XYZ33.4320.356.19-
YUV125.26169.62171.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 80 (31.64% from 255) = 17.20%
BLUE value IS 199 (78.12% from 255) = 42.80%
R=40%
G=17.20%
B=42.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186801990.070.6000.22293.4551.5254.71
HexBA50C773C0161253437
Octal2721203077740264456467
Binary10111010101000011000111111111100010110100100101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA50C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA50C7; }

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

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

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

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

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

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

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

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