#BA40BE

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

Shades of Fuchsia #BA40BE

Tints of Fuchsia #BA40BE

Color information

#BA40BE (or 0xBA40BE) is unknown color: approx Fuchsia. HEX triplet: BA, 40 and BE. RGB value is (186,64,190). Sum of RGB (Red+Green+Blue) = 186+64+190=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA40BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40BE is #45BF41. Grayscale: #727272. Windows color (decimal): -4570946 or 12468410. OLE color: 12468410.

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

Color convert

RGB18664190-
CMYK0.020.6600.25
HSL298.1º49.61%49.8%-
HSV(B)298.1º66.32%74.51%-
XYZ31.3817.8250.5-
YUV114.84170.42178.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 64 (25.39% from 255) = 14.55%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=42.27%
G=14.55%
B=43.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186641900.020.6600.25298.149.6149.8
HexBA40BE24201912a3232
Octal27210027621020314526262
Binary10111010100000010111110101000010011001100101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA40BE; }

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

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

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

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

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

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

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

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