#BA7BF1

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

Shades of Heliotrope #BA7BF1

Tints of Heliotrope #BA7BF1

Color information

#BA7BF1 (or 0xBA7BF1) is unknown color: approx Heliotrope. HEX triplet: BA, 7B and F1. RGB value is (186,123,241). Sum of RGB (Red+Green+Blue) = 186+123+241=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA7BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BF1 is #45840E. Grayscale: #9A9A9A. Windows color (decimal): -4555791 or 15825850. OLE color: 15825850.

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

Color convert

RGB186123241-
CMYK0.230.4900.05
HSL272.03º80.82%71.37%-
HSV(B)272.03º48.96%94.51%-
XYZ43.2130.9686.92-
YUV155.29176.37149.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 123 (48.44% from 255) = 22.36%
BLUE value IS 241 (94.53% from 255) = 43.82%
R=33.82%
G=22.36%
B=43.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861232410.230.4900.05272.0380.8271.37
HexBA7BF11731051105147
Octal272173361276105420121107
Binary1011101011110111111000110111110001010110001000010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BF1; }

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

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

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

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

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

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

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

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