#BA61BF

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

Shades of Fuchsia #BA61BF

Tints of Fuchsia #BA61BF

Color information

#BA61BF (or 0xBA61BF) is unknown color: approx Fuchsia. HEX triplet: BA, 61 and BF. RGB value is (186,97,191). Sum of RGB (Red+Green+Blue) = 186+97+191=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA61BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61BF is #459E40. Grayscale: #868686. Windows color (decimal): -4562497 or 12542394. OLE color: 12542394.

HSL color Cylindrical-coordinate representation of color #BA61BF: hue angle of 296.81º 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 #BA61BF is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18697191-
CMYK0.030.4900.25
HSL296.81º42.34%56.47%-
HSV(B)296.81º49.21%74.9%-
XYZ33.9322.7551.89-
YUV134.33159.99164.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 191 (75% from 255) = 40.30%
R=39.24%
G=20.46%
B=40.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186971910.030.4900.25296.8142.3456.47
HexBA61BF3310191292a38
Octal2721412773610314515270
Binary1011101011000011011111111110001011001100101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61BF; }

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

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

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

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

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

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

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

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