#BA50BD

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

Shades of Fuchsia #BA50BD

Tints of Fuchsia #BA50BD

Color information

#BA50BD (or 0xBA50BD) is unknown color: approx Fuchsia. HEX triplet: BA, 50 and BD. RGB value is (186,80,189). Sum of RGB (Red+Green+Blue) = 186+80+189=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50BD is #45AF42. Grayscale: #7B7B7B. Windows color (decimal): -4566851 or 12406970. OLE color: 12406970.

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

Color convert

RGB18680189-
CMYK0.020.5800.26
HSL298.35º45.23%52.75%-
HSV(B)298.35º57.67%74.12%-
XYZ32.319.8550.27-
YUV124.12164.62172.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=40.88%
G=17.58%
B=41.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186801890.020.5800.26298.3545.2352.75
HexBA50BD23A01A12a2d35
Octal2721202752720324525565
Binary1011101010100001011110110111010011010100101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA50BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA50BD; }

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

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

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

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

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

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

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

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