#BA77F8

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

Shades of Heliotrope #BA77F8

Tints of Heliotrope #BA77F8

Color information

#BA77F8 (or 0xBA77F8) is unknown color: approx Heliotrope. HEX triplet: BA, 77 and F8. RGB value is (186,119,248). Sum of RGB (Red+Green+Blue) = 186+119+248=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA77F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA77F8 is #458807. Grayscale: #999999. Windows color (decimal): -4556808 or 16283578. OLE color: 16283578.

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

Color convert

RGB186119248-
CMYK0.250.5200.03
HSL271.16º90.21%71.96%-
HSV(B)271.16º52.02%97.25%-
XYZ43.7930.4192.37-
YUV153.74181.2151.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 119 (46.88% from 255) = 21.52%
BLUE value IS 248 (97.27% from 255) = 44.85%
R=33.63%
G=21.52%
B=44.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861192480.250.5200.03271.1690.2171.96
HexBA77F819340310f5a48
Octal272167370316403417132110
Binary101110101110111111110001100111010001110000111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77F8; }

 p { color: rgb(186,119,248); }

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

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

 a { background-color: rgb(186,119,248); }

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

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

 span { border-color: rgb(186,119,248); }

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