#BA66F9

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

Shades of Heliotrope #BA66F9

Tints of Heliotrope #BA66F9

Color information

#BA66F9 (or 0xBA66F9) is unknown color: approx Heliotrope. HEX triplet: BA, 66 and F9. RGB value is (186,102,249). Sum of RGB (Red+Green+Blue) = 186+102+249=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA66F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66F9 is #459906. Grayscale: #8F8F8F. Windows color (decimal): -4561159 or 16344762. OLE color: 16344762.

HSL color Cylindrical-coordinate representation of color #BA66F9: hue angle of 274.29º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA66F9 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186102249-
CMYK0.250.5900.02
HSL274.29º92.45%68.82%-
HSV(B)274.29º59.04%97.65%-
XYZ42.126.7892.57-
YUV143.87187.33158.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 102 (40.23% from 255) = 18.99%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=34.64%
G=18.99%
B=46.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861022490.250.5900.02274.2992.4568.82
HexBA66F9193B021125c45
Octal272146371317302422134105
Binary101110101100110111110011100111101101010001001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66F9; }

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

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

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

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

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

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

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

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