#BA71FA

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

Shades of Heliotrope #BA71FA

Tints of Heliotrope #BA71FA

Color information

#BA71FA (or 0xBA71FA) is unknown color: approx Heliotrope. HEX triplet: BA, 71 and FA. RGB value is (186,113,250). Sum of RGB (Red+Green+Blue) = 186+113+250=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA71FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71FA is #458E05. Grayscale: #959595. Windows color (decimal): -4558342 or 16413114. OLE color: 16413114.

HSL color Cylindrical-coordinate representation of color #BA71FA: hue angle of 271.97º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA71FA is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186113250-
CMYK0.260.5500.02
HSL271.97º93.2%71.18%-
HSV(B)271.97º54.8%98.04%-
XYZ43.4129.1593.78-
YUV150.44184.18153.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 113 (44.53% from 255) = 20.58%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=33.88%
G=20.58%
B=45.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861132500.260.5500.02271.9793.271.18
HexBA71FA1A37021105d47
Octal272161372326702420135107
Binary101110101110001111110101101011011101010001000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71FA; }

 p { color: rgb(186,113,250); }

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

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

 a { background-color: rgb(186,113,250); }

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

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

 span { border-color: rgb(186,113,250); }

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