#BA39B6

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

Shades of Fuchsia #BA39B6

Tints of Fuchsia #BA39B6

Color information

#BA39B6 (or 0xBA39B6) is unknown color: approx Fuchsia. HEX triplet: BA, 39 and B6. RGB value is (186,57,182). Sum of RGB (Red+Green+Blue) = 186+57+182=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 57 (22.66% from 255 or 13.41% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA39B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39B6 is #45C649. Grayscale: #6D6D6D. Windows color (decimal): -4572746 or 11942330. OLE color: 11942330.

HSL color Cylindrical-coordinate representation of color #BA39B6: hue angle of 301.86º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA39B6 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18657182-
CMYK00.690.020.27
HSL301.86º53.09%47.65%-
HSV(B)301.86º69.35%72.94%-
XYZ30.1616.7445.9-
YUV109.82168.74182.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 57 (22.66% from 255) = 13.41%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=43.76%
G=13.41%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865718200.690.020.27301.8653.0947.65
HexBA39B604521B12e3530
Octal2727126601052334566560
Binary1011101011100110110110010001011011011100101110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA39B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA39B6; }

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

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

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

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

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

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

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

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