#BA76FF

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

Shades of Heliotrope #BA76FF

Tints of Heliotrope #BA76FF

Color information

#BA76FF (or 0xBA76FF) is unknown color: approx Heliotrope. HEX triplet: BA, 76 and FF. RGB value is (186,118,255). Sum of RGB (Red+Green+Blue) = 186+118+255=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76FF is #458900. Grayscale: #999999. Windows color (decimal): -4557057 or 16742074. OLE color: 16742074.

HSL color Cylindrical-coordinate representation of color #BA76FF: hue angle of 269.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA76FF is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186118255-
CMYK0.270.5400
HSL269.78º100%73.14%-
HSV(B)269.78º53.73%100%-
XYZ44.7830.6298.16-
YUV153.95185.03150.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 118 (46.48% from 255) = 21.11%
BLUE value IS 255 (100% from 255) = 45.62%
R=33.27%
G=21.11%
B=45.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861182550.270.5400269.7810073.14
HexBA76FF1B360010e6449
Octal272166377336600416144111
Binary10111010111011011111111110111101100010000111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76FF; }

 p { color: rgb(186,118,255); }

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

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

 a { background-color: rgb(186,118,255); }

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

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

 span { border-color: rgb(186,118,255); }

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