#BA37B9

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

Shades of Fuchsia #BA37B9

Tints of Fuchsia #BA37B9

Color information

#BA37B9 (or 0xBA37B9) is unknown color: approx Fuchsia. HEX triplet: BA, 37 and B9. RGB value is (186,55,185). Sum of RGB (Red+Green+Blue) = 186+55+185=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37B9 is #45C846. Grayscale: #6C6C6C. Windows color (decimal): -4573255 or 12138426. OLE color: 12138426.

HSL color Cylindrical-coordinate representation of color #BA37B9: hue angle of 300.46º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA37B9 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18655185-
CMYK00.700.010.27
HSL300.46º54.36%47.25%-
HSV(B)300.46º70.43%72.94%-
XYZ30.3716.6747.52-
YUV108.99170.9182.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 55 (21.88% from 255) = 12.91%
BLUE value IS 185 (72.66% from 255) = 43.43%
R=43.66%
G=12.91%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865518500.700.010.27300.4654.3647.25
HexBA37B904611B12c362f
Octal2726727101061334546657
Binary101110101101111011100101000110111011100101100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA37B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA37B9; }

 p { color: rgb(186,55,185); }

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

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

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

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

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

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

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