#BA3ABE

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

Shades of Fuchsia #BA3ABE

Tints of Fuchsia #BA3ABE

Color information

#BA3ABE (or 0xBA3ABE) is unknown color: approx Fuchsia. HEX triplet: BA, 3A and BE. RGB value is (186,58,190). Sum of RGB (Red+Green+Blue) = 186+58+190=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA3ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ABE is #45C541. Grayscale: #6E6E6E. Windows color (decimal): -4572482 or 12466874. OLE color: 12466874.

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

Color convert

RGB18658190-
CMYK0.020.6900.25
HSL298.18º53.23%48.63%-
HSV(B)298.18º69.47%74.51%-
XYZ31.0617.1850.39-
YUV111.32172.41181.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 58 (23.05% from 255) = 13.36%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=42.86%
G=13.36%
B=43.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186581900.020.6900.25298.1853.2348.63
HexBA3ABE24501912a3531
Octal2727227621050314526561
Binary1011101011101010111110101000101011001100101010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3ABE; }

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

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

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

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

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

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

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

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