#BA62BE

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

Shades of Fuchsia #BA62BE

Tints of Fuchsia #BA62BE

Color information

#BA62BE (or 0xBA62BE) is unknown color: approx Fuchsia. HEX triplet: BA, 62 and BE. RGB value is (186,98,190). Sum of RGB (Red+Green+Blue) = 186+98+190=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA62BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA62BE is #459D41. Grayscale: #868686. Windows color (decimal): -4562242 or 12477114. OLE color: 12477114.

HSL color Cylindrical-coordinate representation of color #BA62BE: hue angle of 297.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA62BE is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18698190-
CMYK0.020.4800.25
HSL297.39º41.44%56.47%-
HSV(B)297.39º48.42%74.51%-
XYZ33.9122.8951.35-
YUV134.8159.15164.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 98 (38.67% from 255) = 20.68%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=39.24%
G=20.68%
B=40.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186981900.020.4800.25297.3941.4456.47
HexBA62BE2300191292938
Octal2721422762600314515170
Binary1011101011000101011111010110000011001100101001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA62BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA62BE; }

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

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

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

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

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

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

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

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