#BA33B8

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

Shades of Fuchsia #BA33B8

Tints of Fuchsia #BA33B8

Color information

#BA33B8 (or 0xBA33B8) is unknown color: approx Fuchsia. HEX triplet: BA, 33 and B8. RGB value is (186,51,184). Sum of RGB (Red+Green+Blue) = 186+51+184=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33B8 is #45CC47. Grayscale: #6A6A6A. Windows color (decimal): -4574280 or 12071866. OLE color: 12071866.

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

Color convert

RGB18651184-
CMYK00.730.010.27
HSL300.89º56.96%46.47%-
HSV(B)300.89º72.58%72.94%-
XYZ30.0916.2746.9-
YUV106.53171.73184.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 51 (20.31% from 255) = 12.11%
BLUE value IS 184 (72.27% from 255) = 43.71%
R=44.18%
G=12.11%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865118400.730.010.27300.8956.9646.47
HexBA33B804911B12d392e
Octal2726327001111334557156
Binary101110101100111011100001001001111011100101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33B8; }

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

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

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

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

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

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

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

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