#BA33BA

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

Shades of Fuchsia #BA33BA

Tints of Fuchsia #BA33BA

Color information

#BA33BA (or 0xBA33BA) is unknown color: approx Fuchsia. HEX triplet: BA, 33 and BA. RGB value is (186,51,186). Sum of RGB (Red+Green+Blue) = 186+51+186=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33BA is #45CC45. Grayscale: #6A6A6A. Windows color (decimal): -4574278 or 12202938. OLE color: 12202938.

HSL color Cylindrical-coordinate representation of color #BA33BA: hue angle of 300º 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 #BA33BA is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18651186-
CMYK00.7300.27
HSL300º56.96%46.47%-
HSV(B)300º72.58%72.94%-
XYZ30.316.3548.01-
YUV106.76172.73184.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 51 (20.31% from 255) = 12.06%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=43.97%
G=12.06%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865118600.7300.2730056.9646.47
HexBA33BA04901B12c392e
Octal2726327201110334547156
Binary101110101100111011101001001001011011100101100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33BA; }

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

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

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

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

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

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

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

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