#BA62C3

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

Shades of Fuchsia #BA62C3

Tints of Fuchsia #BA62C3

Color information

#BA62C3 (or 0xBA62C3) is unknown color: approx Fuchsia. HEX triplet: BA, 62 and C3. RGB value is (186,98,195). Sum of RGB (Red+Green+Blue) = 186+98+195=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA62C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62C3 is #459D3C. Grayscale: #878787. Windows color (decimal): -4562237 or 12804794. OLE color: 12804794.

HSL color Cylindrical-coordinate representation of color #BA62C3: hue angle of 294.43º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA62C3 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18698195-
CMYK0.050.5000.24
HSL294.43º44.7%57.45%-
HSV(B)294.43º49.74%76.47%-
XYZ34.4723.1154.27-
YUV135.37161.65164.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 98 (38.67% from 255) = 20.46%
BLUE value IS 195 (76.56% from 255) = 40.71%
R=38.83%
G=20.46%
B=40.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186981950.050.5000.24294.4344.757.45
HexBA62C35320181262d39
Octal2721423035620304465571
Binary10111010110001011000011101110010011000100100110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA62C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA62C3; }

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

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

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

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

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

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

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

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