#BA62BA

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

Shades of Fuchsia #BA62BA

Tints of Fuchsia #BA62BA

Color information

#BA62BA (or 0xBA62BA) is unknown color: approx Fuchsia. HEX triplet: BA, 62 and BA. RGB value is (186,98,186). Sum of RGB (Red+Green+Blue) = 186+98+186=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA62BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62BA is #459D45. Grayscale: #868686. Windows color (decimal): -4562246 or 12214970. OLE color: 12214970.

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

Color convert

RGB18698186-
CMYK00.4700.27
HSL300º38.94%55.69%-
HSV(B)300º47.31%72.94%-
XYZ33.4822.7249.08-
YUV134.34157.15164.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 98 (38.67% from 255) = 20.85%
BLUE value IS 186 (73.05% from 255) = 39.57%
R=39.57%
G=20.85%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869818600.4700.2730038.9455.69
HexBA62BA02F01B12c2738
Octal2721422720570334544770
Binary101110101100010101110100101111011011100101100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA62BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA62BA; }

 p { color: rgb(186,98,186); }

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

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

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

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

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

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

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