#BA5EFD

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

Shades of Heliotrope #BA5EFD

Tints of Heliotrope #BA5EFD

Color information

#BA5EFD (or 0xBA5EFD) is unknown color: approx Heliotrope. HEX triplet: BA, 5E and FD. RGB value is (186,94,253). Sum of RGB (Red+Green+Blue) = 186+94+253=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5EFD is #45A102. Grayscale: #8B8B8B. Windows color (decimal): -4563203 or 16604858. OLE color: 16604858.

HSL color Cylindrical-coordinate representation of color #BA5EFD: hue angle of 274.72º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5EFD is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18694253-
CMYK0.260.6300.01
HSL274.72º97.55%68.04%-
HSV(B)274.72º62.85%99.22%-
XYZ41.9825.5495.64-
YUV139.63191.98161.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 94 (37.11% from 255) = 17.64%
BLUE value IS 253 (99.22% from 255) = 47.47%
R=34.90%
G=17.64%
B=47.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal186942530.260.6300.01274.7297.5568.04
HexBA5EFD1A3F011136244
Octal272136375327701423142104
Binary10111010101111011111101110101111110110001001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5EFD; }

 p { color: rgb(186,94,253); }

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

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

 a { background-color: rgb(186,94,253); }

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

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

 span { border-color: rgb(186,94,253); }

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