#BA72F6

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

Shades of Heliotrope #BA72F6

Tints of Heliotrope #BA72F6

Color information

#BA72F6 (or 0xBA72F6) is unknown color: approx Heliotrope. HEX triplet: BA, 72 and F6. RGB value is (186,114,246). Sum of RGB (Red+Green+Blue) = 186+114+246=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA72F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72F6 is #458D09. Grayscale: #969696. Windows color (decimal): -4558090 or 16151226. OLE color: 16151226.

HSL color Cylindrical-coordinate representation of color #BA72F6: hue angle of 272.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA72F6 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186114246-
CMYK0.240.5400.04
HSL272.73º88%70.59%-
HSV(B)272.73º53.66%96.47%-
XYZ42.929.1390.55-
YUV150.58181.85153.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 114 (44.92% from 255) = 20.88%
BLUE value IS 246 (96.48% from 255) = 45.05%
R=34.07%
G=20.88%
B=45.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861142460.240.5400.04272.738870.59
HexBA72F61836041115847
Octal272162366306604421130107
Binary1011101011100101111011011000110110010010001000110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72F6; }

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

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

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

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

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

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

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

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