#BA72EF

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

Shades of Heliotrope #BA72EF

Tints of Heliotrope #BA72EF

Color information

#BA72EF (or 0xBA72EF) is unknown color: approx Heliotrope. HEX triplet: BA, 72 and EF. RGB value is (186,114,239). Sum of RGB (Red+Green+Blue) = 186+114+239=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA72EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72EF is #458D10. Grayscale: #959595. Windows color (decimal): -4558097 or 15692474. OLE color: 15692474.

HSL color Cylindrical-coordinate representation of color #BA72EF: hue angle of 274.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA72EF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186114239-
CMYK0.220.5200.06
HSL274.56º79.62%69.22%-
HSV(B)274.56º52.3%93.73%-
XYZ41.8528.7185-
YUV149.78178.35153.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 114 (44.92% from 255) = 21.15%
BLUE value IS 239 (93.75% from 255) = 44.34%
R=34.51%
G=21.15%
B=44.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861142390.220.5200.06274.5679.6269.22
HexBA72EF1634061135045
Octal272162357266406423120105
Binary1011101011100101110111110110110100011010001001110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72EF; }

 p { color: rgb(186,114,239); }

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

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

 a { background-color: rgb(186,114,239); }

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

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

 span { border-color: rgb(186,114,239); }

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