#BA61BE

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

Shades of Fuchsia #BA61BE

Tints of Fuchsia #BA61BE

Color information

#BA61BE (or 0xBA61BE) is unknown color: approx Fuchsia. HEX triplet: BA, 61 and BE. RGB value is (186,97,190). Sum of RGB (Red+Green+Blue) = 186+97+190=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA61BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61BE is #459E41. Grayscale: #858585. Windows color (decimal): -4562498 or 12476858. OLE color: 12476858.

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

Color convert

RGB18697190-
CMYK0.020.4900.25
HSL297.42º41.7%56.27%-
HSV(B)297.42º48.95%74.51%-
XYZ33.8222.7151.32-
YUV134.21159.49164.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.32%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=39.32%
G=20.51%
B=40.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186971900.020.4900.25297.4241.756.27
HexBA61BE2310191292a38
Octal2721412762610314515270
Binary1011101011000011011111010110001011001100101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61BE; }

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

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

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

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

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

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

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

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