#BA76FE

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

Shades of Heliotrope #BA76FE

Tints of Heliotrope #BA76FE

Color information

#BA76FE (or 0xBA76FE) is unknown color: approx Heliotrope. HEX triplet: BA, 76 and FE. RGB value is (186,118,254). Sum of RGB (Red+Green+Blue) = 186+118+254=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76FE is #458901. Grayscale: #999999. Windows color (decimal): -4557058 or 16676538. OLE color: 16676538.

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

Color convert

RGB186118254-
CMYK0.270.5400.00
HSL270º98.55%72.94%-
HSV(B)270º53.54%99.61%-
XYZ44.6230.5597.31-
YUV153.84184.53150.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 21.15%
BLUE value IS 254 (99.61% from 255) = 45.52%
R=33.33%
G=21.15%
B=45.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861182540.270.5400.0027098.5572.94
HexBA76FE1B360010e6349
Octal272166376336600416143111
Binary10111010111011011111110110111101100010000111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76FE; }

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

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

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

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

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

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

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

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