#BA6CF7

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

Shades of Heliotrope #BA6CF7

Tints of Heliotrope #BA6CF7

Color information

#BA6CF7 (or 0xBA6CF7) is unknown color: approx Heliotrope. HEX triplet: BA, 6C and F7. RGB value is (186,108,247). Sum of RGB (Red+Green+Blue) = 186+108+247=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA6CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CF7 is #459308. Grayscale: #929292. Windows color (decimal): -4559625 or 16215226. OLE color: 16215226.

HSL color Cylindrical-coordinate representation of color #BA6CF7: hue angle of 273.67º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6CF7 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186108247-
CMYK0.250.5600.03
HSL273.67º89.68%69.61%-
HSV(B)273.67º56.28%96.86%-
XYZ42.427.8891.14-
YUV147.17184.34155.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 108 (42.58% from 255) = 19.96%
BLUE value IS 247 (96.88% from 255) = 45.66%
R=34.38%
G=19.96%
B=45.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861082470.250.5600.03273.6789.6869.61
HexBA6CF71938031125a46
Octal272154367317003422132106
Binary101110101101100111101111100111100001110001001010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6CF7; }

 p { color: rgb(186,108,247); }

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

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

 a { background-color: rgb(186,108,247); }

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

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

 span { border-color: rgb(186,108,247); }

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