#BA81F8

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

Shades of Heliotrope #BA81F8

Tints of Heliotrope #BA81F8

Color information

#BA81F8 (or 0xBA81F8) is unknown color: approx Heliotrope. HEX triplet: BA, 81 and F8. RGB value is (186,129,248). Sum of RGB (Red+Green+Blue) = 186+129+248=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA81F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA81F8 is #457E07. Grayscale: #9F9F9F. Windows color (decimal): -4554248 or 16286138. OLE color: 16286138.

HSL color Cylindrical-coordinate representation of color #BA81F8: hue angle of 268.74º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA81F8 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186129248-
CMYK0.250.4800.03
HSL268.74º89.47%73.92%-
HSV(B)268.74º47.98%97.25%-
XYZ45.0432.9292.79-
YUV159.61177.88146.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 248 (97.27% from 255) = 44.05%
R=33.04%
G=22.91%
B=44.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861292480.250.4800.03268.7489.4773.92
HexBA81F819300310d594a
Octal272201370316003415131112
Binary1011101010000001111110001100111000001110000110110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81F8; }

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

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

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

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

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

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

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

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