#BA28B3

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

Shades of Fuchsia #BA28B3

Tints of Fuchsia #BA28B3

Color information

#BA28B3 (or 0xBA28B3) is unknown color: approx Fuchsia. HEX triplet: BA, 28 and B3. RGB value is (186,40,179). Sum of RGB (Red+Green+Blue) = 186+40+179=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28B3 is #45D74C. Grayscale: #636363. Windows color (decimal): -4577101 or 11741370. OLE color: 11741370.

HSL color Cylindrical-coordinate representation of color #BA28B3: hue angle of 302.88º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA28B3 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18640179-
CMYK00.780.040.27
HSL302.88º64.6%44.31%-
HSV(B)302.88º78.49%72.94%-
XYZ29.1515.2144.05-
YUV99.5172.87189.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 40 (16.02% from 255) = 9.88%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=45.93%
G=9.88%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864017900.780.040.27302.8864.644.31
HexBA28B304E41B12f412c
Octal27250263011643345710154
Binary101110101010001011001101001110100110111001011111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA28B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA28B3; }

 p { color: rgb(186,40,179); }

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

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

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

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

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

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

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