#BA81FF

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

Shades of Heliotrope #BA81FF

Tints of Heliotrope #BA81FF

Color information

#BA81FF (or 0xBA81FF) is unknown color: approx Heliotrope. HEX triplet: BA, 81 and FF. RGB value is (186,129,255). Sum of RGB (Red+Green+Blue) = 186+129+255=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA81FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA81FF is #457E00. Grayscale: #9F9F9F. Windows color (decimal): -4554241 or 16744890. OLE color: 16744890.

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

Color convert

RGB186129255-
CMYK0.270.4900
HSL267.14º100%75.29%-
HSV(B)267.14º49.41%100%-
XYZ46.1533.3698.61-
YUV160.41181.38146.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.63%
GREEN value IS 129 (50.78% from 255) = 22.63%
BLUE value IS 255 (100% from 255) = 44.74%
R=32.63%
G=22.63%
B=44.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861292550.270.4900267.1410075.29
HexBA81FF1B310010b644b
Octal272201377336100413144113
Binary101110101000000111111111110111100010010000101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81FF; }

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

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

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

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

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

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

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

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