#BA81FD

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

Shades of Heliotrope #BA81FD

Tints of Heliotrope #BA81FD

Color information

#BA81FD (or 0xBA81FD) is unknown color: approx Heliotrope. HEX triplet: BA, 81 and FD. RGB value is (186,129,253). Sum of RGB (Red+Green+Blue) = 186+129+253=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA81FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA81FD is #457E02. Grayscale: #9F9F9F. Windows color (decimal): -4554243 or 16613818. OLE color: 16613818.

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

Color convert

RGB186129253-
CMYK0.260.4900.01
HSL267.58º96.88%74.9%-
HSV(B)267.58º49.01%99.22%-
XYZ45.8333.2396.93-
YUV160.18180.38146.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=32.75%
G=22.71%
B=44.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861292530.260.4900.01267.5896.8874.9
HexBA81FD1A310110c614b
Octal272201375326101414141113
Binary101110101000000111111101110101100010110000110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81FD; }

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

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

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

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

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

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

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

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