#BA28B6

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

Shades of Fuchsia #BA28B6

Tints of Fuchsia #BA28B6

Color information

#BA28B6 (or 0xBA28B6) is unknown color: approx Fuchsia. HEX triplet: BA, 28 and B6. RGB value is (186,40,182). Sum of RGB (Red+Green+Blue) = 186+40+182=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA28B6 is #45D749. Grayscale: #636363. Windows color (decimal): -4577098 or 11937978. OLE color: 11937978.

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

Color convert

RGB18640182-
CMYK00.780.020.27
HSL301.64º64.6%44.31%-
HSV(B)301.64º78.49%72.94%-
XYZ29.4515.3345.66-
YUV99.84174.37189.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 40 (16.02% from 255) = 9.80%
BLUE value IS 182 (71.48% from 255) = 44.61%
R=45.59%
G=9.80%
B=44.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864018200.780.020.27301.6464.644.31
HexBA28B604E21B12e412c
Octal27250266011623345610154
Binary10111010101000101101100100111010110111001011101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA28B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA28B6; }

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

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

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

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

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

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

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

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