#BA5DBE

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

Shades of Fuchsia #BA5DBE

Tints of Fuchsia #BA5DBE

Color information

#BA5DBE (or 0xBA5DBE) is unknown color: approx Fuchsia. HEX triplet: BA, 5D and BE. RGB value is (186,93,190). Sum of RGB (Red+Green+Blue) = 186+93+190=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA5DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DBE is #45A241. Grayscale: #838383. Windows color (decimal): -4563522 or 12475834. OLE color: 12475834.

HSL color Cylindrical-coordinate representation of color #BA5DBE: hue angle of 297.53º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5DBE is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18693190-
CMYK0.020.5100.25
HSL297.53º42.73%55.49%-
HSV(B)297.53º51.05%74.51%-
XYZ33.4621.9951.2-
YUV131.86160.81166.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 93 (36.72% from 255) = 19.83%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=39.66%
G=19.83%
B=40.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186931900.020.5100.25297.5342.7355.49
HexBA5DBE23301912a2b37
Octal2721352762630314525367
Binary1011101010111011011111010110011011001100101010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DBE; }

 p { color: rgb(186,93,190); }

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

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

 a { background-color: rgb(186,93,190); }

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

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

 span { border-color: rgb(186,93,190); }

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