#BA76ED

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

Shades of Heliotrope #BA76ED

Tints of Heliotrope #BA76ED

Color information

#BA76ED (or 0xBA76ED) is unknown color: approx Heliotrope. HEX triplet: BA, 76 and ED. RGB value is (186,118,237). Sum of RGB (Red+Green+Blue) = 186+118+237=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76ED is #458912. Grayscale: #979797. Windows color (decimal): -4557075 or 15562426. OLE color: 15562426.

HSL color Cylindrical-coordinate representation of color #BA76ED: hue angle of 274.29º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA76ED is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186118237-
CMYK0.220.5000.07
HSL274.29º76.77%69.61%-
HSV(B)274.29º50.21%92.94%-
XYZ42.0129.5183.6-
YUV151.9176.03152.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 118 (46.48% from 255) = 21.81%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=34.38%
G=21.81%
B=43.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861182370.220.5000.07274.2976.7769.61
HexBA76ED1632071124d46
Octal272166355266207422115106
Binary1011101011101101110110110110110010011110001001010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76ED; }

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

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

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

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

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

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

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

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