#BA53BE

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

Shades of Fuchsia #BA53BE

Tints of Fuchsia #BA53BE

Color information

#BA53BE (or 0xBA53BE) is unknown color: approx Fuchsia. HEX triplet: BA, 53 and BE. RGB value is (186,83,190). Sum of RGB (Red+Green+Blue) = 186+83+190=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA53BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53BE is #45AC41. Grayscale: #7D7D7D. Windows color (decimal): -4566082 or 12473274. OLE color: 12473274.

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

Color convert

RGB18683190-
CMYK0.020.5600.25
HSL297.76º45.15%53.53%-
HSV(B)297.76º56.32%74.51%-
XYZ32.6420.3450.92-
YUV125.99164.12170.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 83 (32.81% from 255) = 18.08%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=40.52%
G=18.08%
B=41.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186831900.020.5600.25297.7645.1553.53
HexBA53BE23801912a2d36
Octal2721232762700314525566
Binary1011101010100111011111010111000011001100101010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA53BE; }

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

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

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

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

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

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

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

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