#BA33B7

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

Shades of Fuchsia #BA33B7

Tints of Fuchsia #BA33B7

Color information

#BA33B7 (or 0xBA33B7) is unknown color: approx Fuchsia. HEX triplet: BA, 33 and B7. RGB value is (186,51,183). Sum of RGB (Red+Green+Blue) = 186+51+183=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33B7 is #45CC48. Grayscale: #6A6A6A. Windows color (decimal): -4574281 or 12006330. OLE color: 12006330.

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

Color convert

RGB18651183-
CMYK00.730.020.27
HSL301.33º56.96%46.47%-
HSV(B)301.33º72.58%72.94%-
XYZ29.9816.2346.35-
YUV106.41171.23184.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 51 (20.31% from 255) = 12.14%
BLUE value IS 183 (71.88% from 255) = 43.57%
R=44.29%
G=12.14%
B=43.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865118300.730.020.27301.3356.9646.47
HexBA33B704921B12d392e
Octal2726326701112334557156
Binary1011101011001110110111010010011011011100101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33B7; }

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

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

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

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

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

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

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

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