#ba72f1

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

Shades of Heliotrope #BA72F1

Tints of Heliotrope #BA72F1

Color information

#BA72F1 (or 0xBA72F1) is unknown color: approx Heliotrope. HEX triplet: BA, 72 and F1. RGB value is (186,114,241). Sum of RGB (Red+Green+Blue) = 186+114+241=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA72F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA72F1 is #458D0E. Grayscale: #959595. Windows color (decimal): -4558095 or 15823546. OLE color: 15823546.

HSL color Cylindrical-coordinate representation of color #BA72F1: hue angle of 274.02º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA72F1 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186114241-
CMYK0.230.5300.05
HSL274.02º81.94%69.61%-
HSV(B)274.02º52.7%94.51%-
XYZ42.1428.8286.56-
YUV150.01179.35153.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 114 (44.92% from 255) = 21.07%
BLUE value IS 241 (94.53% from 255) = 44.55%
R=34.38%
G=21.07%
B=44.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861142410.230.5300.05274.0281.9469.61
HexBA72F11735051125246
Octal272162361276505422122106
Binary1011101011100101111000110111110101010110001001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba72f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba72f1; }

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

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

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

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

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

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

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

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