#BA84FD

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

Shades of Heliotrope #BA84FD

Tints of Heliotrope #BA84FD

Color information

#BA84FD (or 0xBA84FD) is unknown color: approx Heliotrope. HEX triplet: BA, 84 and FD. RGB value is (186,132,253). Sum of RGB (Red+Green+Blue) = 186+132+253=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA84FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84FD is #457B02. Grayscale: #A1A1A1. Windows color (decimal): -4553475 or 16614586. OLE color: 16614586.

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

Color convert

RGB186132253-
CMYK0.260.4800.01
HSL266.78º96.8%75.49%-
HSV(B)266.78º47.83%99.22%-
XYZ46.2334.0397.06-
YUV161.94179.39145.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.57%
GREEN value IS 132 (51.95% from 255) = 23.12%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=32.57%
G=23.12%
B=44.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861322530.260.4800.01266.7896.875.49
HexBA84FD1A300110b614b
Octal272204375326001413141113
Binary101110101000010011111101110101100000110000101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84FD; }

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

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

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

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

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

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

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

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