#BA7FFD

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

Shades of Heliotrope #BA7FFD

Tints of Heliotrope #BA7FFD

Color information

#BA7FFD (or 0xBA7FFD) is unknown color: approx Heliotrope. HEX triplet: BA, 7F and FD. RGB value is (186,127,253). Sum of RGB (Red+Green+Blue) = 186+127+253=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FFD is #458002. Grayscale: #9E9E9E. Windows color (decimal): -4554755 or 16613306. OLE color: 16613306.

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

Color convert

RGB186127253-
CMYK0.260.5000.01
HSL268.1º96.92%74.51%-
HSV(B)268.1º49.8%99.22%-
XYZ45.5732.7196.84-
YUV159181.05147.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 127 (50% from 255) = 22.44%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=32.86%
G=22.44%
B=44.70%

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
Decimal1861272530.260.5000.01268.196.9274.51
HexBA7FFD1A320110c614b
Octal272177375326201414141113
Binary10111010111111111111101110101100100110000110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FFD; }

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

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

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

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

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

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

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

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