#BA70BF

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

Shades of Fuchsia #BA70BF

Tints of Fuchsia #BA70BF

Color information

#BA70BF (or 0xBA70BF) is unknown color: approx Fuchsia. HEX triplet: BA, 70 and BF. RGB value is (186,112,191). Sum of RGB (Red+Green+Blue) = 186+112+191=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA70BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70BF is #458F40. Grayscale: #8E8E8E. Windows color (decimal): -4558657 or 12546234. OLE color: 12546234.

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

Color convert

RGB186112191-
CMYK0.030.4100.25
HSL296.2º38.16%59.41%-
HSV(B)296.2º41.36%74.9%-
XYZ35.4525.7952.4-
YUV143.13155.02158.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 112 (44.14% from 255) = 22.90%
BLUE value IS 191 (75% from 255) = 39.06%
R=38.04%
G=22.90%
B=39.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861121910.030.4100.25296.238.1659.41
HexBA70BF329019128263b
Octal2721602773510314504673
Binary1011101011100001011111111101001011001100101000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70BF; }

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

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

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

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

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

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

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

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