#BA85FE

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

Shades of Heliotrope #BA85FE

Tints of Heliotrope #BA85FE

Color information

#BA85FE (or 0xBA85FE) is unknown color: approx Heliotrope. HEX triplet: BA, 85 and FE. RGB value is (186,133,254). Sum of RGB (Red+Green+Blue) = 186+133+254=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85FE is #457A01. Grayscale: #A2A2A2. Windows color (decimal): -4553218 or 16680378. OLE color: 16680378.

HSL color Cylindrical-coordinate representation of color #BA85FE: hue angle of 266.28º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA85FE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186133254-
CMYK0.270.4800.00
HSL266.28º98.37%75.88%-
HSV(B)266.28º47.64%99.61%-
XYZ46.5334.3797.95-
YUV162.64179.56144.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 133 (52.34% from 255) = 23.21%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=32.46%
G=23.21%
B=44.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861332540.270.4800.00266.2898.3775.88
HexBA85FE1B300010a624c
Octal272205376336000412142114
Binary101110101000010111111110110111100000010000101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85FE; }

 p { color: rgb(186,133,254); }

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

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

 a { background-color: rgb(186,133,254); }

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

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

 span { border-color: rgb(186,133,254); }

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