#BA6FFC

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

Shades of Heliotrope #BA6FFC

Tints of Heliotrope #BA6FFC

Color information

#BA6FFC (or 0xBA6FFC) is unknown color: approx Heliotrope. HEX triplet: BA, 6F and FC. RGB value is (186,111,252). Sum of RGB (Red+Green+Blue) = 186+111+252=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA6FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FFC is #459003. Grayscale: #959595. Windows color (decimal): -4558852 or 16543674. OLE color: 16543674.

HSL color Cylindrical-coordinate representation of color #BA6FFC: hue angle of 271.91º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6FFC is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186111252-
CMYK0.260.5600.01
HSL271.91º95.92%71.18%-
HSV(B)271.91º55.95%98.82%-
XYZ43.528.8495.37-
YUV149.5185.85154.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 111 (43.75% from 255) = 20.22%
BLUE value IS 252 (98.83% from 255) = 45.90%
R=33.88%
G=20.22%
B=45.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861112520.260.5600.01271.9195.9271.18
HexBA6FFC1A38011106047
Octal272157374327001420140107
Binary10111010110111111111100110101110000110001000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6FFC; }

 p { color: rgb(186,111,252); }

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

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

 a { background-color: rgb(186,111,252); }

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

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

 span { border-color: rgb(186,111,252); }

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