#BA7EFD

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

Shades of Heliotrope #BA7EFD

Tints of Heliotrope #BA7EFD

Color information

#BA7EFD (or 0xBA7EFD) is unknown color: approx Heliotrope. HEX triplet: BA, 7E and FD. RGB value is (186,126,253). Sum of RGB (Red+Green+Blue) = 186+126+253=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA7EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EFD is #458102. Grayscale: #9D9D9D. Windows color (decimal): -4555011 or 16613050. OLE color: 16613050.

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

Color convert

RGB186126253-
CMYK0.260.5000.01
HSL268.35º96.95%74.31%-
HSV(B)268.35º50.2%99.22%-
XYZ45.4432.4596.8-
YUV158.42181.38147.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 126 (49.61% from 255) = 22.30%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=32.92%
G=22.30%
B=44.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861262530.260.5000.01268.3596.9574.31
HexBA7EFD1A320110c614a
Octal272176375326201414141112
Binary10111010111111011111101110101100100110000110011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7EFD; }

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

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

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

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

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

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

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

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