#BA33B1

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

Shades of Fuchsia #BA33B1

Tints of Fuchsia #BA33B1

Color information

#BA33B1 (or 0xBA33B1) is unknown color: approx Fuchsia. HEX triplet: BA, 33 and B1. RGB value is (186,51,177). Sum of RGB (Red+Green+Blue) = 186+51+177=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33B1 is #45CC4E. Grayscale: #696969. Windows color (decimal): -4574287 or 11613114. OLE color: 11613114.

HSL color Cylindrical-coordinate representation of color #BA33B1: hue angle of 304º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA33B1 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18651177-
CMYK00.730.050.27
HSL304º56.96%46.47%-
HSV(B)304º72.58%72.94%-
XYZ29.3715.9843.13-
YUV105.73168.23185.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 51 (20.31% from 255) = 12.32%
BLUE value IS 177 (69.53% from 255) = 42.75%
R=44.93%
G=12.32%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865117700.730.050.2730456.9646.47
HexBA33B104951B130392e
Octal2726326101115334607156
Binary10111010110011101100010100100110111011100110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33B1; }

 p { color: rgb(186,51,177); }

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

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

 a { background-color: rgb(186,51,177); }

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

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

 span { border-color: rgb(186,51,177); }

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