#BA3BBE

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

Shades of Fuchsia #BA3BBE

Tints of Fuchsia #BA3BBE

Color information

#BA3BBE (or 0xBA3BBE) is unknown color: approx Fuchsia. HEX triplet: BA, 3B and BE. RGB value is (186,59,190). Sum of RGB (Red+Green+Blue) = 186+59+190=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA3BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BBE is #45C441. Grayscale: #6F6F6F. Windows color (decimal): -4572226 or 12467130. OLE color: 12467130.

HSL color Cylindrical-coordinate representation of color #BA3BBE: hue angle of 298.17º 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 #BA3BBE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18659190-
CMYK0.020.6900.25
HSL298.17º52.61%48.82%-
HSV(B)298.17º68.95%74.51%-
XYZ31.1117.2850.41-
YUV111.91172.08180.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 59 (23.44% from 255) = 13.56%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=42.76%
G=13.56%
B=43.68%

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
Decimal186591900.020.6900.25298.1752.6148.82
HexBA3BBE24501912a3531
Octal2727327621050314526561
Binary1011101011101110111110101000101011001100101010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3BBE; }

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

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

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

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

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

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

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

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