#BA71F9

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

Shades of Heliotrope #BA71F9

Tints of Heliotrope #BA71F9

Color information

#BA71F9 (or 0xBA71F9) is unknown color: approx Heliotrope. HEX triplet: BA, 71 and F9. RGB value is (186,113,249). Sum of RGB (Red+Green+Blue) = 186+113+249=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA71F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA71F9 is #458E06. Grayscale: #959595. Windows color (decimal): -4558343 or 16347578. OLE color: 16347578.

HSL color Cylindrical-coordinate representation of color #BA71F9: hue angle of 272.21º degrees, saturation: 0.92, 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 #BA71F9 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186113249-
CMYK0.250.5500.02
HSL272.21º91.89%70.98%-
HSV(B)272.21º54.62%97.65%-
XYZ43.2529.0992.96-
YUV150.33183.68153.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 113 (44.53% from 255) = 20.62%
BLUE value IS 249 (97.66% from 255) = 45.44%
R=33.94%
G=20.62%
B=45.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861132490.250.5500.02272.2191.8970.98
HexBA71F91937021105c47
Octal272161371316702420134107
Binary101110101110001111110011100111011101010001000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71F9; }

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

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

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

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

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

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

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

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